#BBA3CB

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

Shades of Perfume #BBA3CB

Tints of Perfume #BBA3CB

Color information

#BBA3CB (or 0xBBA3CB) is unknown color: approx Perfume. HEX triplet: BB, A3 and CB. RGB value is (187,163,203). Sum of RGB (Red+Green+Blue) = 187+163+203=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CB is #445C34. Grayscale: #AEAEAE. Windows color (decimal): -4480053 or 13345723. OLE color: 13345723.

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

Color convert

RGB187163203-
CMYK0.080.2000.20
HSL276º27.78%71.76%-
HSV(B)276º19.7%79.61%-
XYZ44.3741.0762.09-
YUV174.74143.95136.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=33.82%
G=29.48%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871632030.080.2000.2027627.7871.76
HexBBA3CB8140141141c48
Octal273243313102402442434110
Binary101110111010001111001011100010100010100100010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3CB; }

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

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

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

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

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

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

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

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