Html Css Color HEX #C2BBDC Melrose

📋 copy color: '#C2BBDC'

red 194 ◦ green 187 ◦ blue 220

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

Shades of Melrose #C2BBDC

Tints of Melrose #C2BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

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

R = 32.28%
G = 31.11%
B = 36.61%

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

#C2BBDC (or 0xC2BBDC) is known color: Melrose. HEX triplet: C2, BB and DC. RGB value is (194,187,220). Sum of RGB (Red+Green+Blue) = 194+187+220=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDC is #3D4423. Grayscale: #C0C0C0. Windows color (decimal): -4015140 or 14465986. OLE color: 14465986.

HSL color Cylindrical-coordinate representation of color #C2BBDC: hue angle of 252.73º degrees, saturation: 0.32, 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 #C2BBDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 187 220 -
CMYK 0.12 0.15 0 0.14
HSL 252.73º 0.32% 0.8% -
HSV(B) 252.73º 0.15% 0.86% -
XYZ 52.94 52.18 74.99 -
YUV 192.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 194 187 220 0.12 0.15 0 0.14 252.73 0.32 0.8
Hex C2 BB DC C F 0 E FD 20 50
Octal 302 273 334 14 17 0 16 375 40 120
Binary 11000010 10111011 11011100 1100 1111 0 1110 11111101 100000 1010000

Color Harmonies of #C2BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBDC

Black with #C2BBDC

Text Example


Text Example

White with #C2BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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