#BBAEEB

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

Shades of Melrose #BBAEEB

Tints of Melrose #BBAEEB

Color information

#BBAEEB (or 0xBBAEEB) is unknown color: approx Melrose. HEX triplet: BB, AE and EB. RGB value is (187,174,235). Sum of RGB (Red+Green+Blue) = 187+174+235=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEB is #445114. Grayscale: #B8B8B8. Windows color (decimal): -4477205 or 15445691. OLE color: 15445691.

HSL color Cylindrical-coordinate representation of color #BBAEEB: hue angle of 252.79º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAEEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187174235-
CMYK0.200.2600.08
HSL252.79º60.4%80.2%-
HSV(B)252.79º25.96%92.16%-
XYZ50.6246.8484.97-
YUV184.84156.31129.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=31.38%
G=29.19%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871742350.200.2600.08252.7960.480.2
HexBBAEEB141A08fd3c50
Octal273256353243201037574120
Binary101110111010111011101011101001101001000111111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEEB; }

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

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

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

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

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

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

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

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