#BBA4D6

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

Shades of Perfume #BBA4D6

Tints of Perfume #BBA4D6

Color information

#BBA4D6 (or 0xBBA4D6) is unknown color: approx Perfume. HEX triplet: BB, A4 and D6. RGB value is (187,164,214). Sum of RGB (Red+Green+Blue) = 187+164+214=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D6 is #445B29. Grayscale: #B0B0B0. Windows color (decimal): -4479786 or 14066875. OLE color: 14066875.

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

Color convert

RGB187164214-
CMYK0.130.2300.16
HSL267.6º37.88%74.12%-
HSV(B)267.6º23.36%83.92%-
XYZ45.9141.9769.3-
YUV176.58149.12135.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=33.10%
G=29.03%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871642140.130.2300.16267.637.8874.12
HexBBA4D6D1701010c264a
Octal273244326152702041446112
Binary1011101110100100110101101101101110100001000011001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4D6; }

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

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

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

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

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

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

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

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