Html Css Color HEX #BAAEE0 Melrose

📋 copy color: '#BAAEE0'

red 186 ◦ green 174 ◦ blue 224

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

Shades of Melrose #BAAEE0

Tints of Melrose #BAAEE0

RGB

 RED value IS 186 (73.05% from 255) = 31.85%

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

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

R = 31.85%
G = 29.79%
B = 38.36%

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

#BAAEE0 (or 0xBAAEE0) is known color: Melrose. HEX triplet: BA, AE and E0. RGB value is (186,174,224). Sum of RGB (Red+Green+Blue) = 186+174+224=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEE0 is #45511F. Grayscale: #B7B7B7. Windows color (decimal): -4542752 or 14724794. OLE color: 14724794.

HSL color Cylindrical-coordinate representation of color #BAAEE0: hue angle of 254.4º 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 #BAAEE0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 174 224 -
CMYK 0.17 0.22 0 0.12
HSL 254.4º 0.45% 0.78% -
HSV(B) 254.4º 0.22% 0.88% -
XYZ 48.84 46.09 76.84 -
YUV 183.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 186 174 224 0.17 0.22 0 0.12 254.4 0.45 0.78
Hex BA AE E0 11 16 0 C FE 2D 4E
Octal 272 256 340 21 26 0 14 376 55 116
Binary 10111010 10101110 11100000 10001 10110 0 1100 11111110 101101 1001110

Color Harmonies of #BAAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE0

Black with #BAAEE0

Text Example


Text Example

White with #BAAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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