#C4BBEB

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

Shades of Melrose #C4BBEB

Tints of Melrose #C4BBEB

Color information

#C4BBEB (or 0xC4BBEB) is unknown color: approx Melrose. HEX triplet: C4, BB and EB. RGB value is (196,187,235). Sum of RGB (Red+Green+Blue) = 196+187+235=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEB is #3B4414. Grayscale: #C2C2C2. Windows color (decimal): -3884053 or 15449028. OLE color: 15449028.

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

Color convert

RGB196187235-
CMYK0.170.2000.08
HSL251.25º54.55%82.75%-
HSV(B)251.25º20.43%92.16%-
XYZ55.5353.2785.95-
YUV195.16150.48128.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=31.72%
G=30.26%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961872350.170.2000.08251.2554.5582.75
HexC4BBEB111408fb3753
Octal304273353212401037367123
Binary110001001011101111101011100011010001000111110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBEB; }

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

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

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

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

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

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

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

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