#BBAEE1

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

Shades of Melrose #BBAEE1

Tints of Melrose #BBAEE1

Color information

#BBAEE1 (or 0xBBAEE1) is unknown color: approx Melrose. HEX triplet: BB, AE and E1. RGB value is (187,174,225). Sum of RGB (Red+Green+Blue) = 187+174+225=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE1 is #44511E. Grayscale: #B7B7B7. Windows color (decimal): -4477215 or 14790331. OLE color: 14790331.

HSL color Cylindrical-coordinate representation of color #BBAEE1: hue angle of 255.29º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAEE1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187174225-
CMYK0.170.2300.12
HSL255.29º45.95%78.24%-
HSV(B)255.29º22.67%88.24%-
XYZ49.2246.2777.57-
YUV183.7151.31130.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=31.91%
G=29.69%
B=38.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871742250.170.2300.12255.2945.9578.24
HexBBAEE111170Cff2e4e
Octal273256341212701437756116
Binary101110111010111011100001100011011101100111111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEE1; }

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

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

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

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

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

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

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

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