#C2BDEB

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

Shades of Melrose #C2BDEB

Tints of Melrose #C2BDEB

Color information

#C2BDEB (or 0xC2BDEB) is unknown color: approx Melrose. HEX triplet: C2, BD and EB. RGB value is (194,189,235). Sum of RGB (Red+Green+Blue) = 194+189+235=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEB is #3D4214. Grayscale: #C3C3C3. Windows color (decimal): -4014613 or 15449538. OLE color: 15449538.

HSL color Cylindrical-coordinate representation of color #C2BDEB: hue angle of 246.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BDEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194189235-
CMYK0.170.2000.08
HSL246.52º53.49%83.14%-
HSV(B)246.52º19.57%92.16%-
XYZ55.4453.8686.07-
YUV195.74150.16126.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=31.39%
G=30.58%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941892350.170.2000.08246.5253.4983.14
HexC2BDEB111408f73553
Octal302275353212401036765123
Binary110000101011110111101011100011010001000111101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDEB; }

 p { color: rgb(194,189,235); }

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

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

 a { background-color: rgb(194,189,235); }

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

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

 span { border-color: rgb(194,189,235); }

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