#C1BBE0

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

Shades of Melrose #C1BBE0

Tints of Melrose #C1BBE0

Color information

#C1BBE0 (or 0xC1BBE0) is unknown color: approx Melrose. HEX triplet: C1, BB and E0. RGB value is (193,187,224). Sum of RGB (Red+Green+Blue) = 193+187+224=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBE0 is #3E441F. Grayscale: #C0C0C0. Windows color (decimal): -4080672 or 14728129. OLE color: 14728129.

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

Color convert

RGB193187224-
CMYK0.140.1700.12
HSL249.73º37.37%80.59%-
HSV(B)249.73º16.52%87.84%-
XYZ53.2252.2677.8-
YUV193.01145.49127.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=31.95%
G=30.96%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931872240.140.1700.12249.7337.3780.59
HexC1BBE0E110Cfa2551
Octal301273340162101437245121
Binary11000001101110111110000011101000101100111110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBE0; }

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

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

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

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

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

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

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

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