#C3BCE6

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

Shades of Melrose #C3BCE6

Tints of Melrose #C3BCE6

Color information

#C3BCE6 (or 0xC3BCE6) is unknown color: approx Melrose. HEX triplet: C3, BC and E6. RGB value is (195,188,230). Sum of RGB (Red+Green+Blue) = 195+188+230=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCE6 is #3C4319. Grayscale: #C2C2C2. Windows color (decimal): -3949338 or 15121603. OLE color: 15121603.

HSL color Cylindrical-coordinate representation of color #C3BCE6: hue angle of 250º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BCE6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB195188230-
CMYK0.150.1800.10
HSL250º45.65%81.96%-
HSV(B)250º18.26%90.2%-
XYZ54.7753.2882.26-
YUV194.88147.82128.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=31.81%
G=30.67%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951882300.150.1800.1025045.6581.96
HexC3BCE6F120Afa2e52
Octal303274346172201237256122
Binary11000011101111001110011011111001001010111110101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCE6; }

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

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

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

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

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

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

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

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