#C4BBED

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

Shades of Melrose #C4BBED

Tints of Melrose #C4BBED

Color information

#C4BBED (or 0xC4BBED) is unknown color: approx Melrose. HEX triplet: C4, BB and ED. RGB value is (196,187,237). Sum of RGB (Red+Green+Blue) = 196+187+237=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBED is #3B4412. Grayscale: #C3C3C3. Windows color (decimal): -3884051 or 15580100. OLE color: 15580100.

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

Color convert

RGB196187237-
CMYK0.170.2100.07
HSL250.8º58.14%83.14%-
HSV(B)250.8º21.1%92.94%-
XYZ55.8253.3987.48-
YUV195.39151.48128.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=31.61%
G=30.16%
B=38.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961872370.170.2100.07250.858.1483.14
HexC4BBED111507fb3a53
Octal30427335521250737372123
Binary11000100101110111110110110001101010111111110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBED; }

 p { color: rgb(196,187,237); }

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

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

 a { background-color: rgb(196,187,237); }

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

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

 span { border-color: rgb(196,187,237); }

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