Html Css Color HEX #BAB2D9 Melrose

📋 copy color: '#BAB2D9'

red 186 ◦ green 178 ◦ blue 217

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

Shades of Melrose #BAB2D9

Tints of Melrose #BAB2D9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.64%

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 32.01%
G = 30.64%
B = 37.35%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAB2D9 (or 0xBAB2D9) is known color: Melrose. HEX triplet: BA, B2 and D9. RGB value is (186,178,217). Sum of RGB (Red+Green+Blue) = 186+178+217=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAB2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2D9 is #454D26. Grayscale: #B8B8B8. Windows color (decimal): -4541735 or 14267066. OLE color: 14267066.

HSL color Cylindrical-coordinate representation of color #BAB2D9: hue angle of 252.31º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB2D9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 178 217 -
CMYK 0.14 0.18 0 0.15
HSL 252.31º 0.34% 0.77% -
HSV(B) 252.31º 0.18% 0.85% -
XYZ 48.69 47.29 72.21 -
YUV 184.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 186 178 217 0.14 0.18 0 0.15 252.31 0.34 0.77
Hex BA B2 D9 E 12 0 F FC 22 4D
Octal 272 262 331 16 22 0 17 374 42 115
Binary 10111010 10110010 11011001 1110 10010 0 1111 11111100 100010 1001101

Color Harmonies of #BAB2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2D9

Black with #BAB2D9

Text Example


Text Example

White with #BAB2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2D9; }

 p { color: rgb(186,178,217); }

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

background-color css

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

 a { background-color: rgb(186,178,217); }

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

border-color css

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

 span { border-color: rgb(186,178,217); }

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