Html Css Color HEX #BAADF3 Melrose

📋 copy color: '#BAADF3'

red 186 ◦ green 173 ◦ blue 243

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

Shades of Melrose #BAADF3

Tints of Melrose #BAADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 30.9%
G = 28.74%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAADF3 (or 0xBAADF3) is known color: Melrose. HEX triplet: BA, AD and F3. RGB value is (186,173,243). Sum of RGB (Red+Green+Blue) = 186+173+243=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF3 is #45520C. Grayscale: #B8B8B8. Windows color (decimal): -4542989 or 15969722. OLE color: 15969722.

HSL color Cylindrical-coordinate representation of color #BAADF3: hue angle of 251.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAADF3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 173 243 -
CMYK 0.23 0.29 0 0.05
HSL 251.14º 0.74% 0.82% -
HSV(B) 251.14º 0.29% 0.95% -
XYZ 51.37 46.8 91.12 -
YUV 184.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 186 173 243 0.23 0.29 0 0.05 251.14 0.74 0.82
Hex BA AD F3 17 1D 0 5 FB 4A 52
Octal 272 255 363 27 35 0 5 373 112 122
Binary 10111010 10101101 11110011 10111 11101 0 101 11111011 1001010 1010010

Color Harmonies of #BAADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADF3

Black with #BAADF3

Text Example


Text Example

White with #BAADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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