#C4BED0

Color #C4BED0 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C4BED0

Tints of Melrose #C4BED0

Color information

#C4BED0 (or 0xC4BED0) is unknown color: approx Melrose. HEX triplet: C4, BE and D0. RGB value is (196,190,208). Sum of RGB (Red+Green+Blue) = 196+190+208=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BED0 is #3B412F. Grayscale: #C1C1C1. Windows color (decimal): -3883312 or 13680324. OLE color: 13680324.

HSL color Cylindrical-coordinate representation of color #C4BED0: hue angle of 260º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BED0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196190208-
CMYK0.060.0900.18
HSL260º16.07%78.04%-
HSV(B)260º8.65%81.57%-
XYZ52.5653.1267.16-
YUV193.85135.99129.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=33.00%
G=31.99%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961902080.060.0900.1826016.0778.04
HexC4BED069012104104e
Octal30427632061102240420116
Binary1100010010111110110100001101001010010100000100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BED0; }

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

 H1.HeaderClassName
 {
   color: #C4BED0;
 }
 .AnyTagClassName
 {
   color: #C4BED0;
 }
</style>
background-color css

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

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

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

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

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

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