Html Css Color HEX #C2BCD2 Melrose

📋 copy color: '#C2BCD2'

red 194 ◦ green 188 ◦ blue 210

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

Shades of Melrose #C2BCD2

Tints of Melrose #C2BCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 32.77%
G = 31.76%
B = 35.47%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2BCD2 (or 0xC2BCD2) is known color: Melrose. HEX triplet: C2, BC and D2. RGB value is (194,188,210). Sum of RGB (Red+Green+Blue) = 194+188+210=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD2 is #3D432D. Grayscale: #C0C0C0. Windows color (decimal): -4014894 or 13810882. OLE color: 13810882.

HSL color Cylindrical-coordinate representation of color #C2BCD2: hue angle of 256.36º degrees, saturation: 0.2, 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 #C2BCD2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 188 210 -
CMYK 0.08 0.10 0 0.18
HSL 256.36º 0.2% 0.78% -
HSV(B) 256.36º 0.1% 0.82% -
XYZ 51.86 52.09 68.29 -
YUV 192.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 194 188 210 0.08 0.10 0 0.18 256.36 0.2 0.78
Hex C2 BC D2 8 A 0 12 100 14 4E
Octal 302 274 322 10 12 0 22 400 24 116
Binary 11000010 10111100 11010010 1000 1010 0 10010 100000000 10100 1001110

Color Harmonies of #C2BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCD2

Black with #C2BCD2

Text Example


Text Example

White with #C2BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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