#BBA2ED

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

Shades of Perfume #BBA2ED

Tints of Perfume #BBA2ED

Color information

#BBA2ED (or 0xBBA2ED) is unknown color: approx Perfume. HEX triplet: BB, A2 and ED. RGB value is (187,162,237). Sum of RGB (Red+Green+Blue) = 187+162+237=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2ED is #445D12. Grayscale: #B1B1B1. Windows color (decimal): -4480275 or 15573691. OLE color: 15573691.

HSL color Cylindrical-coordinate representation of color #BBA2ED: hue angle of 260º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA2ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187162237-
CMYK0.210.3200.07
HSL260º67.57%78.24%-
HSV(B)260º31.65%92.94%-
XYZ48.742.5285.76-
YUV178.02161.28134.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=31.91%
G=27.65%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871622370.210.3200.0726067.5778.24
HexBBA2ED152007104444e
Octal273242355254007404104116
Binary10111011101000101110110110101100000011110000010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2ED; }

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

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

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

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

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

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

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

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