Html Css Color HEX #BAB2DC Melrose

📋 copy color: '#BAB2DC'

red 186 ◦ green 178 ◦ blue 220

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

Shades of Melrose #BAB2DC

Tints of Melrose #BAB2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 31.85%
G = 30.48%
B = 37.67%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB2DC (or 0xBAB2DC) is known color: Melrose. HEX triplet: BA, B2 and DC. RGB value is (186,178,220). Sum of RGB (Red+Green+Blue) = 186+178+220=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DC is #454D23. Grayscale: #B9B9B9. Windows color (decimal): -4541732 or 14463674. OLE color: 14463674.

HSL color Cylindrical-coordinate representation of color #BAB2DC: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB2DC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 178 220 -
CMYK 0.15 0.19 0 0.14
HSL 251.43º 0.38% 0.78% -
HSV(B) 251.43º 0.19% 0.86% -
XYZ 49.09 47.45 74.28 -
YUV 185.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 186 178 220 0.15 0.19 0 0.14 251.43 0.38 0.78
Hex BA B2 DC F 13 0 E FB 26 4E
Octal 272 262 334 17 23 0 16 373 46 116
Binary 10111010 10110010 11011100 1111 10011 0 1110 11111011 100110 1001110

Color Harmonies of #BAB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2DC

Black with #BAB2DC

Text Example


Text Example

White with #BAB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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