#C4BEE8

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

Shades of Melrose #C4BEE8

Tints of Melrose #C4BEE8

Color information

#C4BEE8 (or 0xC4BEE8) is unknown color: approx Melrose. HEX triplet: C4, BE and E8. RGB value is (196,190,232). Sum of RGB (Red+Green+Blue) = 196+190+232=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEE8 is #3B4117. Grayscale: #C4C4C4. Windows color (decimal): -3883288 or 15253188. OLE color: 15253188.

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

Color convert

RGB196190232-
CMYK0.160.1800.09
HSL248.57º47.73%82.75%-
HSV(B)248.57º18.1%90.98%-
XYZ55.7454.3983.9-
YUV196.58147.99127.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=31.72%
G=30.74%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961902320.160.1800.09248.5747.7382.75
HexC4BEE8101209f93053
Octal304276350202201137160123
Binary110001001011111011101000100001001001001111110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEE8; }

 p { color: rgb(196,190,232); }

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

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

 a { background-color: rgb(196,190,232); }

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

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

 span { border-color: rgb(196,190,232); }

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