#BBA7CD

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

Shades of Perfume #BBA7CD

Tints of Perfume #BBA7CD

Color information

#BBA7CD (or 0xBBA7CD) is unknown color: approx Perfume. HEX triplet: BB, A7 and CD. RGB value is (187,167,205). Sum of RGB (Red+Green+Blue) = 187+167+205=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CD is #445832. Grayscale: #B1B1B1. Windows color (decimal): -4479027 or 13477819. OLE color: 13477819.

HSL color Cylindrical-coordinate representation of color #BBA7CD: hue angle of 271.58º degrees, saturation: 0.28, 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 #BBA7CD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187167205-
CMYK0.090.1900.20
HSL271.58º27.54%72.94%-
HSV(B)271.58º18.54%80.39%-
XYZ45.3342.6163.59-
YUV177.31143.63134.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=33.45%
G=29.87%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871672050.090.1900.20271.5827.5472.94
HexBBA7CD9130141101c49
Octal273247315112302442034111
Binary101110111010011111001101100110011010100100010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7CD; }

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

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

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

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

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

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

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

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