#C3BEE3

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

Shades of Melrose #C3BEE3

Tints of Melrose #C3BEE3

Color information

#C3BEE3 (or 0xC3BEE3) is unknown color: approx Melrose. HEX triplet: C3, BE and E3. RGB value is (195,190,227). Sum of RGB (Red+Green+Blue) = 195+190+227=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3BEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEE3 is #3C411C. Grayscale: #C3C3C3. Windows color (decimal): -3948829 or 14925507. OLE color: 14925507.

HSL color Cylindrical-coordinate representation of color #C3BEE3: hue angle of 248.11º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BEE3 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195190227-
CMYK0.140.1600.11
HSL248.11º39.78%81.76%-
HSV(B)248.11º16.3%89.02%-
XYZ54.7853.9880.2-
YUV195.71145.66127.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=31.86%
G=31.05%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951902270.140.1600.11248.1139.7881.76
HexC3BEE3E100Bf82852
Octal303276343162001337050122
Binary11000011101111101110001111101000001011111110001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEE3; }

 p { color: rgb(195,190,227); }

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

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

 a { background-color: rgb(195,190,227); }

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

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

 span { border-color: rgb(195,190,227); }

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