#C1BAEA

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

Shades of Melrose #C1BAEA

Tints of Melrose #C1BAEA

Color information

#C1BAEA (or 0xC1BAEA) is unknown color: approx Melrose. HEX triplet: C1, BA and EA. RGB value is (193,186,234). Sum of RGB (Red+Green+Blue) = 193+186+234=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEA is #3E4515. Grayscale: #C1C1C1. Windows color (decimal): -4080918 or 15383233. OLE color: 15383233.

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

Color convert

RGB193186234-
CMYK0.180.2100.08
HSL248.75º53.33%82.35%-
HSV(B)248.75º20.51%91.76%-
XYZ54.452.485.09-
YUV193.56150.82127.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=31.48%
G=30.34%
B=38.17%

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
Decimal1931862340.180.2100.08248.7553.3382.35
HexC1BAEA121508f93552
Octal301272352222501037165122
Binary110000011011101011101010100101010101000111110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAEA; }

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

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

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

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

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

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

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

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