Html Css Color HEX #BAAEE8 Melrose

📋 copy color: '#BAAEE8'

red 186 ◦ green 174 ◦ blue 232

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

Shades of Melrose #BAAEE8

Tints of Melrose #BAAEE8

RGB

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

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

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

R = 31.42%
G = 29.39%
B = 39.19%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAAEE8 (or 0xBAAEE8) is known color: Melrose. HEX triplet: BA, AE and E8. RGB value is (186,174,232). Sum of RGB (Red+Green+Blue) = 186+174+232=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEE8 is #455117. Grayscale: #B7B7B7. Windows color (decimal): -4542744 or 15249082. OLE color: 15249082.

HSL color Cylindrical-coordinate representation of color #BAAEE8: hue angle of 252.41º 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 #BAAEE8 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 174 232 -
CMYK 0.20 0.25 0 0.09
HSL 252.41º 0.56% 0.8% -
HSV(B) 252.41º 0.25% 0.91% -
XYZ 49.95 46.54 82.69 -
YUV 184.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 186 174 232 0.20 0.25 0 0.09 252.41 0.56 0.8
Hex BA AE E8 14 19 0 9 FC 38 50
Octal 272 256 350 24 31 0 11 374 70 120
Binary 10111010 10101110 11101000 10100 11001 0 1001 11111100 111000 1010000

Color Harmonies of #BAAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE8

Black with #BAAEE8

Text Example


Text Example

White with #BAAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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