#BBA2D8

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

Shades of Perfume #BBA2D8

Tints of Perfume #BBA2D8

Color information

#BBA2D8 (or 0xBBA2D8) is unknown color: approx Perfume. HEX triplet: BB, A2 and D8. RGB value is (187,162,216). Sum of RGB (Red+Green+Blue) = 187+162+216=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2D8 is #445D27. Grayscale: #AFAFAF. Windows color (decimal): -4480296 or 14197435. OLE color: 14197435.

HSL color Cylindrical-coordinate representation of color #BBA2D8: hue angle of 267.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA2D8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187162216-
CMYK0.130.2500.15
HSL267.78º40.91%74.12%-
HSV(B)267.78º25%84.71%-
XYZ45.8141.3670.54-
YUV175.63150.78136.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=33.10%
G=28.67%
B=38.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871622160.130.2500.15267.7840.9174.12
HexBBA2D8D190F10c294a
Octal273242330153101741451112
Binary101110111010001011011000110111001011111000011001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2D8; }

 p { color: rgb(187,162,216); }

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

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

 a { background-color: rgb(187,162,216); }

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

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

 span { border-color: rgb(187,162,216); }

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