#BBA7D0

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

Shades of Perfume #BBA7D0

Tints of Perfume #BBA7D0

Color information

#BBA7D0 (or 0xBBA7D0) is unknown color: approx Perfume. HEX triplet: BB, A7 and D0. RGB value is (187,167,208). Sum of RGB (Red+Green+Blue) = 187+167+208=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7D0 is #44582F. Grayscale: #B1B1B1. Windows color (decimal): -4479024 or 13674427. OLE color: 13674427.

HSL color Cylindrical-coordinate representation of color #BBA7D0: hue angle of 269.27º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA7D0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187167208-
CMYK0.100.2000.18
HSL269.27º30.37%73.53%-
HSV(B)269.27º19.71%81.57%-
XYZ45.742.7665.52-
YUV177.65145.13134.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=33.27%
G=29.72%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871672080.100.2000.18269.2730.3773.53
HexBBA7D0A1401210d1e4a
Octal273247320122402241536112
Binary101110111010011111010000101010100010010100001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7D0; }

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

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

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

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

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

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

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

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