#BBA1CC

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

Shades of Perfume #BBA1CC

Tints of Perfume #BBA1CC

Color information

#BBA1CC (or 0xBBA1CC) is unknown color: approx Perfume. HEX triplet: BB, A1 and CC. RGB value is (187,161,204). Sum of RGB (Red+Green+Blue) = 187+161+204=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CC is #445E33. Grayscale: #ADADAD. Windows color (decimal): -4480564 or 13410747. OLE color: 13410747.

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

Color convert

RGB187161204-
CMYK0.080.2100.2
HSL276.28º29.66%71.57%-
HSV(B)276.28º21.08%80%-
XYZ44.1440.4162.6-
YUV173.68145.11137.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=33.88%
G=29.17%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871612040.080.2100.2276.2829.6671.57
HexBBA1CC8150141141e48
Octal273241314102502442436110
Binary101110111010000111001100100010101010100100010100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1CC; }

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

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

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

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

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

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

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

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