Html Css Color HEX #BBAEE8 Melrose

📋 copy color: '#BBAEE8'

red 187 ◦ green 174 ◦ blue 232

#BBAEE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BBAEE8

Tints of Melrose #BBAEE8

RGB

 RED value IS 187 (73.44% from 255) = 31.53%

 GREEN value IS 174 (68.36% from 255) = 29.34%

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 31.53%
G = 29.34%
B = 39.12%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBAEE8 (or 0xBBAEE8) is known color: Melrose. HEX triplet: BB, AE and E8. RGB value is (187,174,232). Sum of RGB (Red+Green+Blue) = 187+174+232=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEE8 is #445117. Grayscale: #B8B8B8. Windows color (decimal): -4477208 or 15249083. OLE color: 15249083.

HSL color Cylindrical-coordinate representation of color #BBAEE8: hue angle of 253.45º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAEE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 174 232 -
CMYK 0.19 0.25 0 0.09
HSL 253.45º 0.56% 0.8% -
HSV(B) 253.45º 0.25% 0.91% -
XYZ 50.2 46.66 82.71 -
YUV 184.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 187 174 232 0.19 0.25 0 0.09 253.45 0.56 0.8
Hex BB AE E8 13 19 0 9 FD 38 50
Octal 273 256 350 23 31 0 11 375 70 120
Binary 10111011 10101110 11101000 10011 11001 0 1001 11111101 111000 1010000

Color Harmonies of #BBAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEE8

Black with #BBAEE8

Text Example


Text Example

White with #BBAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEE8; }

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

 H1.HeaderClassName
 {
   color: #BBAEE8;
 }
 .AnyTagClassName
 {
   color: #BBAEE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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