Html Css Color HEX #BAAEDF Melrose

📋 copy color: '#BAAEDF'

red 186 ◦ green 174 ◦ blue 223

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

Shades of Melrose #BAAEDF

Tints of Melrose #BAAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 31.9%
G = 29.85%
B = 38.25%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAAEDF (or 0xBAAEDF) is known color: Melrose. HEX triplet: BA, AE and DF. RGB value is (186,174,223). Sum of RGB (Red+Green+Blue) = 186+174+223=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDF is #455120. Grayscale: #B6B6B6. Windows color (decimal): -4542753 or 14659258. OLE color: 14659258.

HSL color Cylindrical-coordinate representation of color #BAAEDF: hue angle of 254.69º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAEDF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 174 223 -
CMYK 0.17 0.22 0 0.13
HSL 254.69º 0.43% 0.78% -
HSV(B) 254.69º 0.22% 0.87% -
XYZ 48.71 46.04 76.13 -
YUV 183.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 186 174 223 0.17 0.22 0 0.13 254.69 0.43 0.78
Hex BA AE DF 11 16 0 D FF 2B 4E
Octal 272 256 337 21 26 0 15 377 53 116
Binary 10111010 10101110 11011111 10001 10110 0 1101 11111111 101011 1001110

Color Harmonies of #BAAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEDF

Black with #BAAEDF

Text Example


Text Example

White with #BAAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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