#C3BDE2

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

Shades of Melrose #C3BDE2

Tints of Melrose #C3BDE2

Color information

#C3BDE2 (or 0xC3BDE2) is unknown color: approx Melrose. HEX triplet: C3, BD and E2. RGB value is (195,189,226). Sum of RGB (Red+Green+Blue) = 195+189+226=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #C3BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDE2 is #3C421D. Grayscale: #C2C2C2. Windows color (decimal): -3949086 or 14859715. OLE color: 14859715.

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

Color convert

RGB195189226-
CMYK0.140.1600.11
HSL249.73º38.95%81.37%-
HSV(B)249.73º16.37%88.63%-
XYZ54.4353.4979.41-
YUV195.01145.49127.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.97%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 226 (88.67% from 255) = 37.05%
R=31.97%
G=30.98%
B=37.05%

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
Decimal1951892260.140.1600.11249.7338.9581.37
HexC3BDE2E100Bfa2751
Octal303275342162001337247121
Binary11000011101111011110001011101000001011111110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDE2; }

 p { color: rgb(195,189,226); }

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

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

 a { background-color: rgb(195,189,226); }

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

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

 span { border-color: rgb(195,189,226); }

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