Html Css Color HEX #BAADF6 Melrose

📋 copy color: '#BAADF6'

red 186 ◦ green 173 ◦ blue 246

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

Shades of Melrose #BAADF6

Tints of Melrose #BAADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.6%

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 30.74%
G = 28.6%
B = 40.66%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAADF6 (or 0xBAADF6) is known color: Melrose. HEX triplet: BA, AD and F6. RGB value is (186,173,246). Sum of RGB (Red+Green+Blue) = 186+173+246=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF6 is #455209. Grayscale: #B8B8B8. Windows color (decimal): -4542986 or 16166330. OLE color: 16166330.

HSL color Cylindrical-coordinate representation of color #BAADF6: hue angle of 250.68º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAADF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 173 246 -
CMYK 0.24 0.30 0 0.04
HSL 250.68º 0.8% 0.82% -
HSV(B) 250.68º 0.3% 0.96% -
XYZ 51.83 46.98 93.53 -
YUV 185.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 186 173 246 0.24 0.30 0 0.04 250.68 0.8 0.82
Hex BA AD F6 18 1E 0 4 FB 50 52
Octal 272 255 366 30 36 0 4 373 120 122
Binary 10111010 10101101 11110110 11000 11110 0 100 11111011 1010000 1010010

Color Harmonies of #BAADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADF6

Black with #BAADF6

Text Example


Text Example

White with #BAADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADF6; }

 p { color: rgb(186,173,246); }

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

background-color css

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

 a { background-color: rgb(186,173,246); }

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

border-color css

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

 span { border-color: rgb(186,173,246); }

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