Html Css Color HEX #C4BEDC Melrose

📋 copy color: '#C4BEDC'

red 196 ◦ green 190 ◦ blue 220

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

Shades of Melrose #C4BEDC

Tints of Melrose #C4BEDC

RGB

 RED value IS 196 (76.95% from 255) = 32.34%

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 32.34%
G = 31.35%
B = 36.3%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BEDC (or 0xC4BEDC) is known color: Melrose. HEX triplet: C4, BE and DC. RGB value is (196,190,220). Sum of RGB (Red+Green+Blue) = 196+190+220=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDC is #3B4123. Grayscale: #C3C3C3. Windows color (decimal): -3883300 or 14466756. OLE color: 14466756.

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

Color convert

RGB 196 190 220 -
CMYK 0.11 0.14 0 0.14
HSL 252º 0.3% 0.8% -
HSV(B) 252º 0.14% 0.86% -
XYZ 54.1 53.73 75.23 -
YUV 195.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 196 190 220 0.11 0.14 0 0.14 252 0.3 0.8
Hex C4 BE DC B E 0 E FC 1E 50
Octal 304 276 334 13 16 0 16 374 36 120
Binary 11000100 10111110 11011100 1011 1110 0 1110 11111100 11110 1010000

Color Harmonies of #C4BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEDC

Black with #C4BEDC

Text Example


Text Example

White with #C4BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEDC; }

 p { color: rgb(196,190,220); }

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

background-color css

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

 a { background-color: rgb(196,190,220); }

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

border-color css

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

 span { border-color: rgb(196,190,220); }

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