#BBAEEC

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

Shades of Melrose #BBAEEC

Tints of Melrose #BBAEEC

Color information

#BBAEEC (or 0xBBAEEC) is unknown color: approx Melrose. HEX triplet: BB, AE and EC. RGB value is (187,174,236). Sum of RGB (Red+Green+Blue) = 187+174+236=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEC is #445113. Grayscale: #B8B8B8. Windows color (decimal): -4477204 or 15511227. OLE color: 15511227.

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

Color convert

RGB187174236-
CMYK0.210.2600.07
HSL252.58º62%80.39%-
HSV(B)252.58º26.27%92.55%-
XYZ50.7746.8985.73-
YUV184.96156.81129.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=31.32%
G=29.15%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871742360.210.2600.07252.586280.39
HexBBAEEC151A07fd3e50
Octal27325635425320737576120
Binary10111011101011101110110010101110100111111111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEEC; }

 p { color: rgb(187,174,236); }

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

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

 a { background-color: rgb(187,174,236); }

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

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

 span { border-color: rgb(187,174,236); }

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