#BBA8C9

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

Shades of Perfume #BBA8C9

Tints of Perfume #BBA8C9

Color information

#BBA8C9 (or 0xBBA8C9) is unknown color: approx Perfume. HEX triplet: BB, A8 and C9. RGB value is (187,168,201). Sum of RGB (Red+Green+Blue) = 187+168+201=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C9 is #445736. Grayscale: #B1B1B1. Windows color (decimal): -4478775 or 13215931. OLE color: 13215931.

HSL color Cylindrical-coordinate representation of color #BBA8C9: hue angle of 274.55º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA8C9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187168201-
CMYK0.070.1600.21
HSL274.55º23.4%72.35%-
HSV(B)274.55º16.42%78.82%-
XYZ45.0442.7961.14-
YUV177.44141.29134.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=33.63%
G=30.22%
B=36.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871682010.070.1600.21274.5523.472.35
HexBBA8C97100151131748
Octal27325031172002542327110
Binary10111011101010001100100111110000010101100010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8C9; }

 p { color: rgb(187,168,201); }

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

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

 a { background-color: rgb(187,168,201); }

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

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

 span { border-color: rgb(187,168,201); }

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