#C4BAEA

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

Shades of Melrose #C4BAEA

Tints of Melrose #C4BAEA

Color information

#C4BAEA (or 0xC4BAEA) is unknown color: approx Melrose. HEX triplet: C4, BA and EA. RGB value is (196,186,234). Sum of RGB (Red+Green+Blue) = 196+186+234=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAEA is #3B4515. Grayscale: #C2C2C2. Windows color (decimal): -3884310 or 15383236. OLE color: 15383236.

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

Color convert

RGB196186234-
CMYK0.160.2100.08
HSL252.5º53.33%82.35%-
HSV(B)252.5º20.51%91.76%-
XYZ55.1852.7985.12-
YUV194.46150.31129.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=31.82%
G=30.19%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961862340.160.2100.08252.553.3382.35
HexC4BAEA101508fc3552
Octal304272352202501037465122
Binary110001001011101011101010100001010101000111111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAEA; }

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

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

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

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

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

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

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

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