Html Css Color HEX #BAADF8 Melrose

📋 copy color: '#BAADF8'

red 186 ◦ green 173 ◦ blue 248

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

Shades of Melrose #BAADF8

Tints of Melrose #BAADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 30.64%
G = 28.5%
B = 40.86%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAADF8 (or 0xBAADF8) is known color: Melrose. HEX triplet: BA, AD and F8. RGB value is (186,173,248). Sum of RGB (Red+Green+Blue) = 186+173+248=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF8 is #455207. Grayscale: #B9B9B9. Windows color (decimal): -4542984 or 16297402. OLE color: 16297402.

HSL color Cylindrical-coordinate representation of color #BAADF8: hue angle of 250.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAADF8 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 173 248 -
CMYK 0.25 0.30 0 0.03
HSL 250.4º 0.84% 0.83% -
HSV(B) 250.4º 0.3% 0.97% -
XYZ 52.14 47.1 95.15 -
YUV 185.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 186 173 248 0.25 0.30 0 0.03 250.4 0.84 0.83
Hex BA AD F8 19 1E 0 3 FA 54 53
Octal 272 255 370 31 36 0 3 372 124 123
Binary 10111010 10101101 11111000 11001 11110 0 11 11111010 1010100 1010011

Color Harmonies of #BAADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADF8

Black with #BAADF8

Text Example


Text Example

White with #BAADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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