Html Css Color HEX #C2BCD3 Melrose

📋 copy color: '#C2BCD3'

red 194 ◦ green 188 ◦ blue 211

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

Shades of Melrose #C2BCD3

Tints of Melrose #C2BCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.58%

R = 32.72%
G = 31.7%
B = 35.58%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C2BCD3 (or 0xC2BCD3) is known color: Melrose. HEX triplet: C2, BC and D3. RGB value is (194,188,211). Sum of RGB (Red+Green+Blue) = 194+188+211=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD3 is #3D432C. Grayscale: #C0C0C0. Windows color (decimal): -4014893 or 13876418. OLE color: 13876418.

HSL color Cylindrical-coordinate representation of color #C2BCD3: hue angle of 255.65º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BCD3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 188 211 -
CMYK 0.08 0.11 0 0.17
HSL 255.65º 0.21% 0.78% -
HSV(B) 255.65º 0.11% 0.83% -
XYZ 51.99 52.14 68.95 -
YUV 192.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 194 188 211 0.08 0.11 0 0.17 255.65 0.21 0.78
Hex C2 BC D3 8 B 0 11 100 15 4E
Octal 302 274 323 10 13 0 21 400 25 116
Binary 11000010 10111100 11010011 1000 1011 0 10001 100000000 10101 1001110

Color Harmonies of #C2BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCD3

Black with #C2BCD3

Text Example


Text Example

White with #C2BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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