#C4BBE9

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

Shades of Melrose #C4BBE9

Tints of Melrose #C4BBE9

Color information

#C4BBE9 (or 0xC4BBE9) is unknown color: approx Melrose. HEX triplet: C4, BB and E9. RGB value is (196,187,233). Sum of RGB (Red+Green+Blue) = 196+187+233=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBE9 is #3B4416. Grayscale: #C2C2C2. Windows color (decimal): -3884055 or 15317956. OLE color: 15317956.

HSL color Cylindrical-coordinate representation of color #C4BBE9: hue angle of 251.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BBE9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196187233-
CMYK0.160.2000.09
HSL251.74º51.11%82.35%-
HSV(B)251.74º19.74%91.37%-
XYZ55.2453.1684.44-
YUV194.94149.48128.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=31.82%
G=30.36%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961872330.160.2000.09251.7451.1182.35
HexC4BBE9101409fc3352
Octal304273351202401137463122
Binary110001001011101111101001100001010001001111111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBE9; }

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

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

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

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

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

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

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

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