Html Css Color HEX #BAAEE7 Melrose

📋 copy color: '#BAAEE7'

red 186 ◦ green 174 ◦ blue 231

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

Shades of Melrose #BAAEE7

Tints of Melrose #BAAEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 31.47%
G = 29.44%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAAEE7 (or 0xBAAEE7) is known color: Melrose. HEX triplet: BA, AE and E7. RGB value is (186,174,231). Sum of RGB (Red+Green+Blue) = 186+174+231=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEE7 is #455118. Grayscale: #B7B7B7. Windows color (decimal): -4542745 or 15183546. OLE color: 15183546.

HSL color Cylindrical-coordinate representation of color #BAAEE7: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAEE7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 174 231 -
CMYK 0.19 0.25 0 0.09
HSL 252.63º 0.54% 0.79% -
HSV(B) 252.63º 0.25% 0.91% -
XYZ 49.81 46.48 81.95 -
YUV 184.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 186 174 231 0.19 0.25 0 0.09 252.63 0.54 0.79
Hex BA AE E7 13 19 0 9 FD 36 4F
Octal 272 256 347 23 31 0 11 375 66 117
Binary 10111010 10101110 11100111 10011 11001 0 1001 11111101 110110 1001111

Color Harmonies of #BAAEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE7

Black with #BAAEE7

Text Example


Text Example

White with #BAAEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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