Html Css Color HEX #BBAEE0 Melrose

📋 copy color: '#BBAEE0'

red 187 ◦ green 174 ◦ blue 224

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

Shades of Melrose #BBAEE0

Tints of Melrose #BBAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 31.97%
G = 29.74%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBAEE0 (or 0xBBAEE0) is known color: Melrose. HEX triplet: BB, AE and E0. RGB value is (187,174,224). Sum of RGB (Red+Green+Blue) = 187+174+224=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE0 is #44511F. Grayscale: #B7B7B7. Windows color (decimal): -4477216 or 14724795. OLE color: 14724795.

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

Color convert

RGB 187 174 224 -
CMYK 0.17 0.22 0 0.12
HSL 255.6º 0.45% 0.78% -
HSV(B) 255.6º 0.22% 0.88% -
XYZ 49.08 46.22 76.86 -
YUV 183.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 187 174 224 0.17 0.22 0 0.12 255.6 0.45 0.78
Hex BB AE E0 11 16 0 C 100 2D 4E
Octal 273 256 340 21 26 0 14 400 55 116
Binary 10111011 10101110 11100000 10001 10110 0 1100 100000000 101101 1001110

Color Harmonies of #BBAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEE0

Black with #BBAEE0

Text Example


Text Example

White with #BBAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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