#C3BCED

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

Shades of Melrose #C3BCED

Tints of Melrose #C3BCED

Color information

#C3BCED (or 0xC3BCED) is unknown color: approx Melrose. HEX triplet: C3, BC and ED. RGB value is (195,188,237). Sum of RGB (Red+Green+Blue) = 195+188+237=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 188 (73.83% from 255 or 30.32% 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 #C3BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCED is #3C4312. Grayscale: #C3C3C3. Windows color (decimal): -3949331 or 15580355. OLE color: 15580355.

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

Color convert

RGB195188237-
CMYK0.180.2100.07
HSL248.57º57.65%83.33%-
HSV(B)248.57º20.68%92.94%-
XYZ55.7753.6887.54-
YUV195.68151.32127.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=31.45%
G=30.32%
B=38.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951882370.180.2100.07248.5757.6583.33
HexC3BCED121507f93a53
Octal30327435522250737172123
Binary11000011101111001110110110010101010111111110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCED; }

 p { color: rgb(195,188,237); }

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

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

 a { background-color: rgb(195,188,237); }

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

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

 span { border-color: rgb(195,188,237); }

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