#BBA5CB

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

Shades of Perfume #BBA5CB

Tints of Perfume #BBA5CB

Color information

#BBA5CB (or 0xBBA5CB) is unknown color: approx Perfume. HEX triplet: BB, A5 and CB. RGB value is (187,165,203). Sum of RGB (Red+Green+Blue) = 187+165+203=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5CB is #445A34. Grayscale: #AFAFAF. Windows color (decimal): -4479541 or 13346235. OLE color: 13346235.

HSL color Cylindrical-coordinate representation of color #BBA5CB: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA5CB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187165203-
CMYK0.080.1900.20
HSL274.74º26.76%72.16%-
HSV(B)274.74º18.72%79.61%-
XYZ44.7341.7962.21-
YUV175.91143.29135.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=33.69%
G=29.73%
B=36.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871652030.080.1900.20274.7426.7672.16
HexBBA5CB8130141131b48
Octal273245313102302442333110
Binary101110111010010111001011100010011010100100010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5CB; }

 p { color: rgb(187,165,203); }

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

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

 a { background-color: rgb(187,165,203); }

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

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

 span { border-color: rgb(187,165,203); }

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