#C1BAEB

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

Shades of Melrose #C1BAEB

Tints of Melrose #C1BAEB

Color information

#C1BAEB (or 0xC1BAEB) is unknown color: approx Melrose. HEX triplet: C1, BA and EB. RGB value is (193,186,235). Sum of RGB (Red+Green+Blue) = 193+186+235=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEB is #3E4514. Grayscale: #C1C1C1. Windows color (decimal): -4080917 or 15448769. OLE color: 15448769.

HSL color Cylindrical-coordinate representation of color #C1BAEB: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BAEB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193186235-
CMYK0.180.2100.08
HSL248.57º55.06%82.55%-
HSV(B)248.57º20.85%92.16%-
XYZ54.5552.4585.85-
YUV193.68151.32127.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.43%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=31.43%
G=30.29%
B=38.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931862350.180.2100.08248.5755.0682.55
HexC1BAEB121508f93753
Octal301272353222501037167123
Binary110000011011101011101011100101010101000111110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAEB; }

 p { color: rgb(193,186,235); }

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

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

 a { background-color: rgb(193,186,235); }

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

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

 span { border-color: rgb(193,186,235); }

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