Html Css Color HEX #BAADF9 Melrose

📋 copy color: '#BAADF9'

red 186 ◦ green 173 ◦ blue 249

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

Shades of Melrose #BAADF9

Tints of Melrose #BAADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 30.59%
G = 28.45%
B = 40.95%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAADF9 (or 0xBAADF9) is known color: Melrose. HEX triplet: BA, AD and F9. RGB value is (186,173,249). Sum of RGB (Red+Green+Blue) = 186+173+249=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF9 is #455206. Grayscale: #B9B9B9. Windows color (decimal): -4542983 or 16362938. OLE color: 16362938.

HSL color Cylindrical-coordinate representation of color #BAADF9: hue angle of 250.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAADF9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 173 249 -
CMYK 0.25 0.31 0 0.02
HSL 250.26º 0.86% 0.83% -
HSV(B) 250.26º 0.31% 0.98% -
XYZ 52.29 47.17 95.97 -
YUV 185.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 186 173 249 0.25 0.31 0 0.02 250.26 0.86 0.83
Hex BA AD F9 19 1F 0 2 FA 56 53
Octal 272 255 371 31 37 0 2 372 126 123
Binary 10111010 10101101 11111001 11001 11111 0 10 11111010 1010110 1010011

Color Harmonies of #BAADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADF9

Black with #BAADF9

Text Example


Text Example

White with #BAADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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