#BBA0CD

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

Shades of Perfume #BBA0CD

Tints of Perfume #BBA0CD

Color information

#BBA0CD (or 0xBBA0CD) is unknown color: approx Perfume. HEX triplet: BB, A0 and CD. RGB value is (187,160,205). Sum of RGB (Red+Green+Blue) = 187+160+205=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CD is #445F32. Grayscale: #ADADAD. Windows color (decimal): -4480819 or 13476027. OLE color: 13476027.

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

Color convert

RGB187160205-
CMYK0.090.2200.20
HSL276º31.03%71.57%-
HSV(B)276º21.95%80.39%-
XYZ44.0840.1163.18-
YUV173.2145.95137.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=33.88%
G=28.99%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871602050.090.2200.2027631.0371.57
HexBBA0CD9160141141f48
Octal273240315112602442437110
Binary101110111010000011001101100110110010100100010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0CD; }

 p { color: rgb(187,160,205); }

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

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

 a { background-color: rgb(187,160,205); }

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

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

 span { border-color: rgb(187,160,205); }

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