#BBA2D6

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

Shades of Perfume #BBA2D6

Tints of Perfume #BBA2D6

Color information

#BBA2D6 (or 0xBBA2D6) is unknown color: approx Perfume. HEX triplet: BB, A2 and D6. RGB value is (187,162,214). Sum of RGB (Red+Green+Blue) = 187+162+214=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2D6 is #445D29. Grayscale: #AFAFAF. Windows color (decimal): -4480298 or 14066363. OLE color: 14066363.

HSL color Cylindrical-coordinate representation of color #BBA2D6: hue angle of 268.85º 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 #BBA2D6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187162214-
CMYK0.130.2400.16
HSL268.85º38.81%73.73%-
HSV(B)268.85º24.3%83.92%-
XYZ45.5541.2669.18-
YUV175.4149.78136.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=33.21%
G=28.77%
B=38.01%

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
Decimal1871622140.130.2400.16268.8538.8173.73
HexBBA2D6D1801010d274a
Octal273242326153002041547112
Binary1011101110100010110101101101110000100001000011011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2D6; }

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

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

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

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

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

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

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

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