#C1BBEA

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

Shades of Melrose #C1BBEA

Tints of Melrose #C1BBEA

Color information

#C1BBEA (or 0xC1BBEA) is unknown color: approx Melrose. HEX triplet: C1, BB and EA. RGB value is (193,187,234). Sum of RGB (Red+Green+Blue) = 193+187+234=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEA is #3E4415. Grayscale: #C1C1C1. Windows color (decimal): -4080662 or 15383489. OLE color: 15383489.

HSL color Cylindrical-coordinate representation of color #C1BBEA: hue angle of 247.66º 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 #C1BBEA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193187234-
CMYK0.180.2000.08
HSL247.66º52.81%82.55%-
HSV(B)247.66º20.09%91.76%-
XYZ54.6152.8285.16-
YUV194.15150.49127.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.43%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=31.43%
G=30.46%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931872340.180.2000.08247.6652.8182.55
HexC1BBEA121408f83553
Octal301273352222401037065123
Binary110000011011101111101010100101010001000111110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBEA; }

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

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

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

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

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

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

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

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