Html Css Color HEX #C2BCD0 Melrose

📋 copy color: '#C2BCD0'

red 194 ◦ green 188 ◦ blue 208

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

Shades of Melrose #C2BCD0

Tints of Melrose #C2BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.25%

R = 32.88%
G = 31.86%
B = 35.25%

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

#C2BCD0 (or 0xC2BCD0) is known color: Melrose. HEX triplet: C2, BC and D0. RGB value is (194,188,208). Sum of RGB (Red+Green+Blue) = 194+188+208=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD0 is #3D432F. Grayscale: #BFBFBF. Windows color (decimal): -4014896 or 13679810. OLE color: 13679810.

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

Color convert

RGB 194 188 208 -
CMYK 0.07 0.10 0 0.18
HSL 258º 0.18% 0.78% -
HSV(B) 258º 0.1% 0.82% -
XYZ 51.62 51.99 66.99 -
YUV 192.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 194 188 208 0.07 0.10 0 0.18 258 0.18 0.78
Hex C2 BC D0 7 A 0 12 102 12 4E
Octal 302 274 320 7 12 0 22 402 22 116
Binary 11000010 10111100 11010000 111 1010 0 10010 100000010 10010 1001110

Color Harmonies of #C2BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCD0

Black with #C2BCD0

Text Example


Text Example

White with #C2BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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