#C4BEEB

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

Shades of Melrose #C4BEEB

Tints of Melrose #C4BEEB

Color information

#C4BEEB (or 0xC4BEEB) is unknown color: approx Melrose. HEX triplet: C4, BE and EB. RGB value is (196,190,235). Sum of RGB (Red+Green+Blue) = 196+190+235=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEB is #3B4114. Grayscale: #C4C4C4. Windows color (decimal): -3883285 or 15449796. OLE color: 15449796.

HSL color Cylindrical-coordinate representation of color #C4BEEB: hue angle of 248º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BEEB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196190235-
CMYK0.170.1900.08
HSL248º52.94%83.33%-
HSV(B)248º19.15%92.16%-
XYZ56.1754.5686.17-
YUV196.92149.49127.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=31.56%
G=30.60%
B=37.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961902350.170.1900.0824852.9483.33
HexC4BEEB111308f83553
Octal304276353212301037065123
Binary110001001011111011101011100011001101000111110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEEB; }

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

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

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

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

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

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

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

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