#C1BBDE

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

Shades of Melrose #C1BBDE

Tints of Melrose #C1BBDE

Color information

#C1BBDE (or 0xC1BBDE) is unknown color: approx Melrose. HEX triplet: C1, BB and DE. RGB value is (193,187,222). Sum of RGB (Red+Green+Blue) = 193+187+222=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDE is #3E4421. Grayscale: #C0C0C0. Windows color (decimal): -4080674 or 14597057. OLE color: 14597057.

HSL color Cylindrical-coordinate representation of color #C1BBDE: hue angle of 250.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BBDE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193187222-
CMYK0.130.1600.13
HSL250.29º34.65%80.2%-
HSV(B)250.29º15.77%87.06%-
XYZ52.9552.1576.38-
YUV192.78144.49128.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=32.06%
G=31.06%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931872220.130.1600.13250.2934.6580.2
HexC1BBDED100Dfa2350
Octal301273336152001537243120
Binary11000001101110111101111011011000001101111110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBDE; }

 p { color: rgb(193,187,222); }

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

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

 a { background-color: rgb(193,187,222); }

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

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

 span { border-color: rgb(193,187,222); }

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