Html Css Color HEX #BBAAEC Melrose

📋 copy color: '#BBAAEC'

red 187 ◦ green 170 ◦ blue 236

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

Shades of Melrose #BBAAEC

Tints of Melrose #BBAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.67%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 31.53%
G = 28.67%
B = 39.8%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBAAEC (or 0xBBAAEC) is known color: Melrose. HEX triplet: BB, AA and EC. RGB value is (187,170,236). Sum of RGB (Red+Green+Blue) = 187+170+236=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEC is #445513. Grayscale: #B6B6B6. Windows color (decimal): -4478228 or 15510203. OLE color: 15510203.

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

Color convert

RGB 187 170 236 -
CMYK 0.21 0.28 0 0.07
HSL 255.45º 0.63% 0.8% -
HSV(B) 255.45º 0.28% 0.93% -
XYZ 50.01 45.37 85.48 -
YUV 182.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 187 170 236 0.21 0.28 0 0.07 255.45 0.63 0.8
Hex BB AA EC 15 1C 0 7 FF 3F 50
Octal 273 252 354 25 34 0 7 377 77 120
Binary 10111011 10101010 11101100 10101 11100 0 111 11111111 111111 1010000

Color Harmonies of #BBAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAEC

Black with #BBAAEC

Text Example


Text Example

White with #BBAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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