Html Css Color HEX #BAAEEC Melrose

📋 copy color: '#BAAEEC'

red 186 ◦ green 174 ◦ blue 236

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

Shades of Melrose #BAAEEC

Tints of Melrose #BAAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 31.21%
G = 29.19%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAAEEC (or 0xBAAEEC) is known color: Melrose. HEX triplet: BA, AE and EC. RGB value is (186,174,236). Sum of RGB (Red+Green+Blue) = 186+174+236=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEEC is #455113. Grayscale: #B8B8B8. Windows color (decimal): -4542740 or 15511226. OLE color: 15511226.

HSL color Cylindrical-coordinate representation of color #BAAEEC: hue angle of 251.61º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAAEEC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 174 236 -
CMYK 0.21 0.26 0 0.07
HSL 251.61º 0.62% 0.8% -
HSV(B) 251.61º 0.26% 0.93% -
XYZ 50.53 46.77 85.72 -
YUV 184.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 186 174 236 0.21 0.26 0 0.07 251.61 0.62 0.8
Hex BA AE EC 15 1A 0 7 FC 3E 50
Octal 272 256 354 25 32 0 7 374 76 120
Binary 10111010 10101110 11101100 10101 11010 0 111 11111100 111110 1010000

Color Harmonies of #BAAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEEC

Black with #BAAEEC

Text Example


Text Example

White with #BAAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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