#C4BDEE

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

Shades of Melrose #C4BDEE

Tints of Melrose #C4BDEE

Color information

#C4BDEE (or 0xC4BDEE) is unknown color: approx Melrose. HEX triplet: C4, BD and EE. RGB value is (196,189,238). Sum of RGB (Red+Green+Blue) = 196+189+238=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEE is #3B4211. Grayscale: #C4C4C4. Windows color (decimal): -3883538 or 15646148. OLE color: 15646148.

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

Color convert

RGB196189238-
CMYK0.180.2100.07
HSL248.57º59.04%83.73%-
HSV(B)248.57º20.59%93.33%-
XYZ56.454.388.4-
YUV196.68151.32127.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=31.46%
G=30.34%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961892380.180.2100.07248.5759.0483.73
HexC4BDEE121507f93b54
Octal30427535622250737173124
Binary11000100101111011110111010010101010111111110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDEE; }

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

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

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

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

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

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

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

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