Html Css Color HEX #BBAEE2 Melrose

📋 copy color: '#BBAEE2'

red 187 ◦ green 174 ◦ blue 226

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

Shades of Melrose #BBAEE2

Tints of Melrose #BBAEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 31.86%
G = 29.64%
B = 38.5%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBAEE2 (or 0xBBAEE2) is known color: Melrose. HEX triplet: BB, AE and E2. RGB value is (187,174,226). Sum of RGB (Red+Green+Blue) = 187+174+226=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE2 is #44511D. Grayscale: #B7B7B7. Windows color (decimal): -4477214 or 14855867. OLE color: 14855867.

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

Color convert

RGB 187 174 226 -
CMYK 0.17 0.23 0 0.11
HSL 255º 0.47% 0.78% -
HSV(B) 255º 0.23% 0.89% -
XYZ 49.36 46.33 78.29 -
YUV 183.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 187 174 226 0.17 0.23 0 0.11 255 0.47 0.78
Hex BB AE E2 11 17 0 B FF 2F 4E
Octal 273 256 342 21 27 0 13 377 57 116
Binary 10111011 10101110 11100010 10001 10111 0 1011 11111111 101111 1001110

Color Harmonies of #BBAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEE2

Black with #BBAEE2

Text Example


Text Example

White with #BBAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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