#C4BDF1

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

Shades of Melrose #C4BDF1

Tints of Melrose #C4BDF1

Color information

#C4BDF1 (or 0xC4BDF1) is unknown color: approx Melrose. HEX triplet: C4, BD and F1. RGB value is (196,189,241). Sum of RGB (Red+Green+Blue) = 196+189+241=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF1 is #3B420E. Grayscale: #C4C4C4. Windows color (decimal): -3883535 or 15842756. OLE color: 15842756.

HSL color Cylindrical-coordinate representation of color #C4BDF1: hue angle of 248.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BDF1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196189241-
CMYK0.190.2200.05
HSL248.08º65%84.31%-
HSV(B)248.08º21.58%94.51%-
XYZ56.8454.4890.74-
YUV197.02152.82127.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.31%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=31.31%
G=30.19%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961892410.190.2200.05248.086584.31
HexC4BDF1131605f84154
Octal304275361232605370101124
Binary110001001011110111110001100111011001011111100010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDF1; }

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

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

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

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

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

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

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

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