#BBA6CC

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

Shades of Perfume #BBA6CC

Tints of Perfume #BBA6CC

Color information

#BBA6CC (or 0xBBA6CC) is unknown color: approx Perfume. HEX triplet: BB, A6 and CC. RGB value is (187,166,204). Sum of RGB (Red+Green+Blue) = 187+166+204=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6CC is #445933. Grayscale: #B0B0B0. Windows color (decimal): -4479284 or 13412027. OLE color: 13412027.

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

Color convert

RGB187166204-
CMYK0.080.1900.2
HSL273.16º27.14%72.55%-
HSV(B)273.16º18.63%80%-
XYZ45.0342.262.9-
YUV176.61143.46135.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=33.57%
G=29.80%
B=36.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871662040.080.1900.2273.1627.1472.55
HexBBA6CC8130141111b49
Octal273246314102302442133111
Binary101110111010011011001100100010011010100100010001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6CC; }

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

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

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

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

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

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

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

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