Html Css Color HEX #C2BAD6 Melrose

📋 copy color: '#C2BAD6'

red 194 ◦ green 186 ◦ blue 214

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

Shades of Melrose #C2BAD6

Tints of Melrose #C2BAD6

RGB

 RED value IS 194 (76.17% from 255) = 32.66%

 GREEN value IS 186 (73.05% from 255) = 31.31%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 32.66%
G = 31.31%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2BAD6 (or 0xC2BAD6) is known color: Melrose. HEX triplet: C2, BA and D6. RGB value is (194,186,214). Sum of RGB (Red+Green+Blue) = 194+186+214=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD6 is #3D4529. Grayscale: #BFBFBF. Windows color (decimal): -4015402 or 14072514. OLE color: 14072514.

HSL color Cylindrical-coordinate representation of color #C2BAD6: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BAD6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 186 214 -
CMYK 0.09 0.13 0 0.16
HSL 257.14º 0.25% 0.78% -
HSV(B) 257.14º 0.13% 0.84% -
XYZ 51.94 51.44 70.81 -
YUV 191.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 194 186 214 0.09 0.13 0 0.16 257.14 0.25 0.78
Hex C2 BA D6 9 D 0 10 101 19 4E
Octal 302 272 326 11 15 0 20 401 31 116
Binary 11000010 10111010 11010110 1001 1101 0 10000 100000001 11001 1001110

Color Harmonies of #C2BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAD6

Black with #C2BAD6

Text Example


Text Example

White with #C2BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAD6; }

 p { color: rgb(194,186,214); }

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

background-color css

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

 a { background-color: rgb(194,186,214); }

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

border-color css

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

 span { border-color: rgb(194,186,214); }

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