#BBA4D7

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

Shades of Perfume #BBA4D7

Tints of Perfume #BBA4D7

Color information

#BBA4D7 (or 0xBBA4D7) is unknown color: approx Perfume. HEX triplet: BB, A4 and D7. RGB value is (187,164,215). Sum of RGB (Red+Green+Blue) = 187+164+215=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D7 is #445B28. Grayscale: #B0B0B0. Windows color (decimal): -4479785 or 14132411. OLE color: 14132411.

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

Color convert

RGB187164215-
CMYK0.130.2400.16
HSL267.06º38.93%74.31%-
HSV(B)267.06º23.72%84.31%-
XYZ46.0342.0269.97-
YUV176.69149.62135.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 215 (84.38% from 255) = 37.99%
R=33.04%
G=28.98%
B=37.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871642150.130.2400.16267.0638.9374.31
HexBBA4D7D1801010b274a
Octal273244327153002041347112
Binary1011101110100100110101111101110000100001000010111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4D7; }

 p { color: rgb(187,164,215); }

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

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

 a { background-color: rgb(187,164,215); }

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

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

 span { border-color: rgb(187,164,215); }

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