#C3BCEB

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

Shades of Melrose #C3BCEB

Tints of Melrose #C3BCEB

Color information

#C3BCEB (or 0xC3BCEB) is unknown color: approx Melrose. HEX triplet: C3, BC and EB. RGB value is (195,188,235). Sum of RGB (Red+Green+Blue) = 195+188+235=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEB is #3C4314. Grayscale: #C3C3C3. Windows color (decimal): -3949333 or 15449283. OLE color: 15449283.

HSL color Cylindrical-coordinate representation of color #C3BCEB: hue angle of 248.94º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BCEB is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195188235-
CMYK0.170.200.08
HSL248.94º54.02%82.94%-
HSV(B)248.94º20%92.16%-
XYZ55.4853.5786.01-
YUV195.45150.32127.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=31.55%
G=30.42%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951882350.170.200.08248.9454.0282.94
HexC3BCEB111408f93653
Octal303274353212401037166123
Binary110000111011110011101011100011010001000111110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCEB; }

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

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

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

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

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

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

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

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