Html Css Color HEX #BAAFDC Melrose

📋 copy color: '#BAAFDC'

red 186 ◦ green 175 ◦ blue 220

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

Shades of Melrose #BAAFDC

Tints of Melrose #BAAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 32.01%
G = 30.12%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAAFDC (or 0xBAAFDC) is known color: Melrose. HEX triplet: BA, AF and DC. RGB value is (186,175,220). Sum of RGB (Red+Green+Blue) = 186+175+220=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDC is #455023. Grayscale: #B7B7B7. Windows color (decimal): -4542500 or 14462906. OLE color: 14462906.

HSL color Cylindrical-coordinate representation of color #BAAFDC: hue angle of 254.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAFDC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 175 220 -
CMYK 0.15 0.20 0 0.14
HSL 254.67º 0.39% 0.77% -
HSV(B) 254.67º 0.2% 0.86% -
XYZ 48.5 46.27 74.08 -
YUV 183.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 186 175 220 0.15 0.20 0 0.14 254.67 0.39 0.77
Hex BA AF DC F 14 0 E FF 27 4D
Octal 272 257 334 17 24 0 16 377 47 115
Binary 10111010 10101111 11011100 1111 10100 0 1110 11111111 100111 1001101

Color Harmonies of #BAAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFDC

Black with #BAAFDC

Text Example


Text Example

White with #BAAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFDC; }

 p { color: rgb(186,175,220); }

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

background-color css

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

 a { background-color: rgb(186,175,220); }

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

border-color css

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

 span { border-color: rgb(186,175,220); }

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