#BBAEFE

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

Shades of Melrose #BBAEFE

Tints of Melrose #BBAEFE

Color information

#BBAEFE (or 0xBBAEFE) is unknown color: approx Melrose. HEX triplet: BB, AE and FE. RGB value is (187,174,254). Sum of RGB (Red+Green+Blue) = 187+174+254=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFE is #445101. Grayscale: #BABABA. Windows color (decimal): -4477186 or 16690875. OLE color: 16690875.

HSL color Cylindrical-coordinate representation of color #BBAEFE: hue angle of 249.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAEFE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187174254-
CMYK0.260.3100.00
HSL249.75º97.56%83.92%-
HSV(B)249.75º31.5%99.61%-
XYZ53.5247.99100.21-
YUV187.01165.81128-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=30.41%
G=28.29%
B=41.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871742540.260.3100.00249.7597.5683.92
HexBBAEFE1A1F00fa6254
Octal273256376323700372142124
Binary1011101110101110111111101101011111001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEFE; }

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

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

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

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

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

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

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

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