#BBA2CA

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

Shades of Perfume #BBA2CA

Tints of Perfume #BBA2CA

Color information

#BBA2CA (or 0xBBA2CA) is unknown color: approx Perfume. HEX triplet: BB, A2 and CA. RGB value is (187,162,202). Sum of RGB (Red+Green+Blue) = 187+162+202=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CA is #445D35. Grayscale: #ADADAD. Windows color (decimal): -4480310 or 13279931. OLE color: 13279931.

HSL color Cylindrical-coordinate representation of color #BBA2CA: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA2CA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187162202-
CMYK0.070.2000.21
HSL277.5º27.4%71.37%-
HSV(B)277.5º19.8%79.22%-
XYZ44.0740.6761.4-
YUV174.04143.78137.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=33.94%
G=29.40%
B=36.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871622020.070.2000.21277.527.471.37
HexBBA2CA7140151161b47
Octal27324231272402542633107
Binary10111011101000101100101011110100010101100010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2CA; }

 p { color: rgb(187,162,202); }

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

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

 a { background-color: rgb(187,162,202); }

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

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

 span { border-color: rgb(187,162,202); }

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