Html Css Color HEX #BAAEE6 Melrose

📋 copy color: '#BAAEE6'

red 186 ◦ green 174 ◦ blue 230

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

Shades of Melrose #BAAEE6

Tints of Melrose #BAAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 31.53%
G = 29.49%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAAEE6 (or 0xBAAEE6) is known color: Melrose. HEX triplet: BA, AE and E6. RGB value is (186,174,230). Sum of RGB (Red+Green+Blue) = 186+174+230=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEE6 is #455119. Grayscale: #B7B7B7. Windows color (decimal): -4542746 or 15118010. OLE color: 15118010.

HSL color Cylindrical-coordinate representation of color #BAAEE6: hue angle of 252.86º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAEE6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 174 230 -
CMYK 0.19 0.24 0 0.10
HSL 252.86º 0.53% 0.79% -
HSV(B) 252.86º 0.24% 0.9% -
XYZ 49.67 46.42 81.21 -
YUV 183.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 186 174 230 0.19 0.24 0 0.10 252.86 0.53 0.79
Hex BA AE E6 13 18 0 A FD 35 4F
Octal 272 256 346 23 30 0 12 375 65 117
Binary 10111010 10101110 11100110 10011 11000 0 1010 11111101 110101 1001111

Color Harmonies of #BAAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE6

Black with #BAAEE6

Text Example


Text Example

White with #BAAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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