#BBA6ED

Color #BBA6ED Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BBA6ED

Tints of Perfume #BBA6ED

Color information

#BBA6ED (or 0xBBA6ED) is unknown color: approx Perfume. HEX triplet: BB, A6 and ED. RGB value is (187,166,237). Sum of RGB (Red+Green+Blue) = 187+166+237=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6ED is #445912. Grayscale: #B4B4B4. Windows color (decimal): -4479251 or 15574715. OLE color: 15574715.

HSL color Cylindrical-coordinate representation of color #BBA6ED: hue angle of 257.75º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA6ED is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187166237-
CMYK0.210.3000.07
HSL257.75º66.36%79.02%-
HSV(B)257.75º29.96%92.94%-
XYZ49.4243.9586-
YUV180.37159.96132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=31.69%
G=28.14%
B=40.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871662370.210.3000.07257.7566.3679.02
HexBBA6ED151E07102424f
Octal273246355253607402102117
Binary1011101110100110111011011010111110011110000001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6ED; }

 p { color: rgb(187,166,237); }

 H1.HeaderClassName
 {
   color: #BBA6ED;
 }
 .AnyTagClassName
 {
   color: #BBA6ED;
 }
</style>
background-color css

<style>
 a { background-color: #BBA6ED; }

 a { background-color: rgb(187,166,237); }

 div.DivClassName
 {
   background-color: #BBA6ED;
 }
 .BgClassName
 {
   background-color: #BBA6ED;
 }
</style>
border-color css

<style>
 span { border-color: #BBA6ED; }

 span { border-color: rgb(187,166,237); }

 td.TdClassName
 {
   border-color: #BBA6ED;
 }
 .TagClassName
 {
   border-color: #BBA6ED;
 }
</style>