#C3BCD3

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

Shades of Melrose #C3BCD3

Tints of Melrose #C3BCD3

Color information

#C3BCD3 (or 0xC3BCD3) is unknown color: approx Melrose. HEX triplet: C3, BC and D3. RGB value is (195,188,211). Sum of RGB (Red+Green+Blue) = 195+188+211=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCD3 is #3C432C. Grayscale: #C0C0C0. Windows color (decimal): -3949357 or 13876419. OLE color: 13876419.

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

Color convert

RGB195188211-
CMYK0.080.1100.17
HSL258.26º20.72%78.24%-
HSV(B)258.26º10.9%82.75%-
XYZ52.2552.2768.96-
YUV192.72138.32129.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=32.83%
G=31.65%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951882110.080.1100.17258.2620.7278.24
HexC3BCD38B011102154e
Octal303274323101302140225116
Binary11000011101111001101001110001011010001100000010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCD3; }

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

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

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

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

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

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

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

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