#C5BBED

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

Shades of Melrose #C5BBED

Tints of Melrose #C5BBED

Color information

#C5BBED (or 0xC5BBED) is unknown color: approx Melrose. HEX triplet: C5, BB and ED. RGB value is (197,187,237). Sum of RGB (Red+Green+Blue) = 197+187+237=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBED is #3A4412. Grayscale: #C3C3C3. Windows color (decimal): -3818515 or 15580101. OLE color: 15580101.

HSL color Cylindrical-coordinate representation of color #C5BBED: hue angle of 252º 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 #C5BBED is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197187237-
CMYK0.170.2100.07
HSL252º58.14%83.14%-
HSV(B)252º21.1%92.94%-
XYZ56.0853.5387.5-
YUV195.69151.31128.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=31.72%
G=30.11%
B=38.16%

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
Decimal1971872370.170.2100.0725258.1483.14
HexC5BBED111507fc3a53
Octal30527335521250737472123
Binary11000101101110111110110110001101010111111111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBED; }

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

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

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

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

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

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

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

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