#BBA7D6

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

Shades of Perfume #BBA7D6

Tints of Perfume #BBA7D6

Color information

#BBA7D6 (or 0xBBA7D6) is unknown color: approx Perfume. HEX triplet: BB, A7 and D6. RGB value is (187,167,214). Sum of RGB (Red+Green+Blue) = 187+167+214=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7D6 is #445829. Grayscale: #B2B2B2. Windows color (decimal): -4479018 or 14067643. OLE color: 14067643.

HSL color Cylindrical-coordinate representation of color #BBA7D6: hue angle of 265.53º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA7D6 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187167214-
CMYK0.130.2200.16
HSL265.53º36.43%74.71%-
HSV(B)265.53º21.96%83.92%-
XYZ46.4543.0669.48-
YUV178.34148.13134.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=32.92%
G=29.40%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871672140.130.2200.16265.5336.4374.71
HexBBA7D6D1601010a244b
Octal273247326152602041244113
Binary1011101110100111110101101101101100100001000010101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7D6; }

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

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

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

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

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

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

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

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