#C4BDF0

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

Shades of Melrose #C4BDF0

Tints of Melrose #C4BDF0

Color information

#C4BDF0 (or 0xC4BDF0) is unknown color: approx Melrose. HEX triplet: C4, BD and F0. RGB value is (196,189,240). Sum of RGB (Red+Green+Blue) = 196+189+240=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF0 is #3B420F. Grayscale: #C4C4C4. Windows color (decimal): -3883536 or 15777220. OLE color: 15777220.

HSL color Cylindrical-coordinate representation of color #C4BDF0: hue angle of 248.24º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BDF0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196189240-
CMYK0.180.2100.06
HSL248.24º62.96%84.12%-
HSV(B)248.24º21.25%94.12%-
XYZ56.6954.4289.95-
YUV196.91152.32127.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=31.36%
G=30.24%
B=38.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961892400.180.2100.06248.2462.9684.12
HexC4BDF0121506f83f54
Octal30427536022250637077124
Binary11000100101111011111000010010101010110111110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDF0; }

 p { color: rgb(196,189,240); }

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

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

 a { background-color: rgb(196,189,240); }

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

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

 span { border-color: rgb(196,189,240); }

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