#BBA4CF

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

Shades of Perfume #BBA4CF

Tints of Perfume #BBA4CF

Color information

#BBA4CF (or 0xBBA4CF) is unknown color: approx Perfume. HEX triplet: BB, A4 and CF. RGB value is (187,164,207). Sum of RGB (Red+Green+Blue) = 187+164+207=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CF is #445B30. Grayscale: #AFAFAF. Windows color (decimal): -4479793 or 13608123. OLE color: 13608123.

HSL color Cylindrical-coordinate representation of color #BBA4CF: hue angle of 272.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA4CF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187164207-
CMYK0.100.2100.19
HSL272.09º30.94%72.75%-
HSV(B)272.09º20.77%81.18%-
XYZ45.0341.6264.69-
YUV175.78145.62136-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=33.51%
G=29.39%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871642070.100.2100.19272.0930.9472.75
HexBBA4CFA150131101f49
Octal273244317122502342037111
Binary101110111010010011001111101010101010011100010000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4CF; }

 p { color: rgb(187,164,207); }

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

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

 a { background-color: rgb(187,164,207); }

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

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

 span { border-color: rgb(187,164,207); }

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