#BAB2EE

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

Shades of Melrose #BAB2EE

Tints of Melrose #BAB2EE

Color information

#BAB2EE (or 0xBAB2EE) is unknown color: approx Melrose. HEX triplet: BA, B2 and EE. RGB value is (186,178,238). Sum of RGB (Red+Green+Blue) = 186+178+238=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2EE is #454D11. Grayscale: #BBBBBB. Windows color (decimal): -4541714 or 15643322. OLE color: 15643322.

HSL color Cylindrical-coordinate representation of color #BAB2EE: hue angle of 248º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB2EE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186178238-
CMYK0.220.2500.07
HSL248º63.83%81.57%-
HSV(B)248º25.21%93.33%-
XYZ51.648.4587.52-
YUV187.23156.65127.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=30.90%
G=29.57%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861782380.220.2500.0724863.8381.57
HexBAB2EE161907f84052
Octal272262356263107370100122
Binary101110101011001011101110101101100101111111100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2EE; }

 p { color: rgb(186,178,238); }

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

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

 a { background-color: rgb(186,178,238); }

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

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

 span { border-color: rgb(186,178,238); }

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