Html Css Color HEX #BAAEE3 Melrose

📋 copy color: '#BAAEE3'

red 186 ◦ green 174 ◦ blue 227

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

Shades of Melrose #BAAEE3

Tints of Melrose #BAAEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 31.69%
G = 29.64%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAAEE3 (or 0xBAAEE3) is known color: Melrose. HEX triplet: BA, AE and E3. RGB value is (186,174,227). Sum of RGB (Red+Green+Blue) = 186+174+227=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEE3 is #45511C. Grayscale: #B7B7B7. Windows color (decimal): -4542749 or 14921402. OLE color: 14921402.

HSL color Cylindrical-coordinate representation of color #BAAEE3: hue angle of 253.58º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAEE3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 174 227 -
CMYK 0.18 0.23 0 0.11
HSL 253.58º 0.49% 0.79% -
HSV(B) 253.58º 0.23% 0.89% -
XYZ 49.25 46.26 79.01 -
YUV 183.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 186 174 227 0.18 0.23 0 0.11 253.58 0.49 0.79
Hex BA AE E3 12 17 0 B FE 31 4F
Octal 272 256 343 22 27 0 13 376 61 117
Binary 10111010 10101110 11100011 10010 10111 0 1011 11111110 110001 1001111

Color Harmonies of #BAAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEE3

Black with #BAAEE3

Text Example


Text Example

White with #BAAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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