#C1BBE6

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

Shades of Melrose #C1BBE6

Tints of Melrose #C1BBE6

Color information

#C1BBE6 (or 0xC1BBE6) is unknown color: approx Melrose. HEX triplet: C1, BB and E6. RGB value is (193,187,230). Sum of RGB (Red+Green+Blue) = 193+187+230=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBE6 is #3E4419. Grayscale: #C1C1C1. Windows color (decimal): -4080666 or 15121345. OLE color: 15121345.

HSL color Cylindrical-coordinate representation of color #C1BBE6: hue angle of 248.37º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BBE6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193187230-
CMYK0.160.1900.10
HSL248.37º46.24%81.76%-
HSV(B)248.37º18.7%90.2%-
XYZ54.0552.5982.17-
YUV193.7148.49127.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.64%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=31.64%
G=30.66%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931872300.160.1900.10248.3746.2481.76
HexC1BBE610130Af82e52
Octal301273346202301237056122
Binary110000011011101111100110100001001101010111110001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBE6; }

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

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

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

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

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

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

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

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