Html Css Color HEX #C2BCD1 Melrose

📋 copy color: '#C2BCD1'

red 194 ◦ green 188 ◦ blue 209

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

Shades of Melrose #C2BCD1

Tints of Melrose #C2BCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 32.83%
G = 31.81%
B = 35.36%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2BCD1 (or 0xC2BCD1) is known color: Melrose. HEX triplet: C2, BC and D1. RGB value is (194,188,209). Sum of RGB (Red+Green+Blue) = 194+188+209=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD1 is #3D432E. Grayscale: #C0C0C0. Windows color (decimal): -4014895 or 13745346. OLE color: 13745346.

HSL color Cylindrical-coordinate representation of color #C2BCD1: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BCD1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 188 209 -
CMYK 0.07 0.10 0 0.18
HSL 257.14º 0.19% 0.78% -
HSV(B) 257.14º 0.1% 0.82% -
XYZ 51.74 52.04 67.64 -
YUV 192.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 194 188 209 0.07 0.10 0 0.18 257.14 0.19 0.78
Hex C2 BC D1 7 A 0 12 101 13 4E
Octal 302 274 321 7 12 0 22 401 23 116
Binary 11000010 10111100 11010001 111 1010 0 10010 100000001 10011 1001110

Color Harmonies of #C2BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCD1

Black with #C2BCD1

Text Example


Text Example

White with #C2BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCD1; }

 p { color: rgb(194,188,209); }

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

background-color css

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

 a { background-color: rgb(194,188,209); }

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

border-color css

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

 span { border-color: rgb(194,188,209); }

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