#C4BBDB

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

Shades of Melrose #C4BBDB

Tints of Melrose #C4BBDB

Color information

#C4BBDB (or 0xC4BBDB) is unknown color: approx Melrose. HEX triplet: C4, BB and DB. RGB value is (196,187,219). Sum of RGB (Red+Green+Blue) = 196+187+219=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDB is #3B4424. Grayscale: #C1C1C1. Windows color (decimal): -3884069 or 14400452. OLE color: 14400452.

HSL color Cylindrical-coordinate representation of color #C4BBDB: hue angle of 256.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BBDB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196187219-
CMYK0.110.1500.14
HSL256.88º30.77%79.61%-
HSV(B)256.88º14.61%85.88%-
XYZ53.3252.3974.32-
YUV193.34142.48129.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=32.56%
G=31.06%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961872190.110.1500.14256.8830.7779.61
HexC4BBDBBF0E1011f50
Octal304273333131701640137120
Binary1100010010111011110110111011111101110100000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBDB; }

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

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

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

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

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

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

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

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