#C3BCE0

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

Shades of Melrose #C3BCE0

Tints of Melrose #C3BCE0

Color information

#C3BCE0 (or 0xC3BCE0) is unknown color: approx Melrose. HEX triplet: C3, BC and E0. RGB value is (195,188,224). Sum of RGB (Red+Green+Blue) = 195+188+224=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCE0 is #3C431F. Grayscale: #C2C2C2. Windows color (decimal): -3949344 or 14728387. OLE color: 14728387.

HSL color Cylindrical-coordinate representation of color #C3BCE0: hue angle of 251.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BCE0 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195188224-
CMYK0.130.1600.12
HSL251.67º36.73%80.78%-
HSV(B)251.67º16.07%87.84%-
XYZ53.9452.9577.9-
YUV194.2144.82128.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=32.13%
G=30.97%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951882240.130.1600.12251.6736.7380.78
HexC3BCE0D100Cfc2551
Octal303274340152001437445121
Binary11000011101111001110000011011000001100111111001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCE0; }

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

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

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

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

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

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

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

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