Html Css Color HEX #C2BCDC Melrose

📋 copy color: '#C2BCDC'

red 194 ◦ green 188 ◦ blue 220

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

Shades of Melrose #C2BCDC

Tints of Melrose #C2BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 32.23%
G = 31.23%
B = 36.54%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2BCDC (or 0xC2BCDC) is known color: Melrose. HEX triplet: C2, BC and DC. RGB value is (194,188,220). Sum of RGB (Red+Green+Blue) = 194+188+220=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDC is #3D4323. Grayscale: #C1C1C1. Windows color (decimal): -4014884 or 14466242. OLE color: 14466242.

HSL color Cylindrical-coordinate representation of color #C2BCDC: hue angle of 251.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BCDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 188 220 -
CMYK 0.12 0.15 0 0.14
HSL 251.25º 0.31% 0.8% -
HSV(B) 251.25º 0.15% 0.86% -
XYZ 53.15 52.6 75.06 -
YUV 193.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 194 188 220 0.12 0.15 0 0.14 251.25 0.31 0.8
Hex C2 BC DC C F 0 E FB 1F 50
Octal 302 274 334 14 17 0 16 373 37 120
Binary 11000010 10111100 11011100 1100 1111 0 1110 11111011 11111 1010000

Color Harmonies of #C2BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCDC

Black with #C2BCDC

Text Example


Text Example

White with #C2BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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