Html Css Color HEX #C2BDD6 Melrose

📋 copy color: '#C2BDD6'

red 194 ◦ green 189 ◦ blue 214

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

Shades of Melrose #C2BDD6

Tints of Melrose #C2BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

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

R = 32.5%
G = 31.66%
B = 35.85%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2BDD6 (or 0xC2BDD6) is known color: Melrose. HEX triplet: C2, BD and D6. RGB value is (194,189,214). Sum of RGB (Red+Green+Blue) = 194+189+214=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD6 is #3D4229. Grayscale: #C1C1C1. Windows color (decimal): -4014634 or 14073282. OLE color: 14073282.

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

Color convert

RGB 194 189 214 -
CMYK 0.09 0.12 0 0.16
HSL 252º 0.23% 0.79% -
HSV(B) 252º 0.12% 0.84% -
XYZ 52.58 52.72 71.02 -
YUV 193.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 194 189 214 0.09 0.12 0 0.16 252 0.23 0.79
Hex C2 BD D6 9 C 0 10 FC 17 4F
Octal 302 275 326 11 14 0 20 374 27 117
Binary 11000010 10111101 11010110 1001 1100 0 10000 11111100 10111 1001111

Color Harmonies of #C2BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDD6

Black with #C2BDD6

Text Example


Text Example

White with #C2BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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