#C4BBE0

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

Shades of Melrose #C4BBE0

Tints of Melrose #C4BBE0

Color information

#C4BBE0 (or 0xC4BBE0) is unknown color: approx Melrose. HEX triplet: C4, BB and E0. RGB value is (196,187,224). Sum of RGB (Red+Green+Blue) = 196+187+224=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBE0 is #3B441F. Grayscale: #C1C1C1. Windows color (decimal): -3884064 or 14728132. OLE color: 14728132.

HSL color Cylindrical-coordinate representation of color #C4BBE0: hue angle of 254.59º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4BBE0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196187224-
CMYK0.120.1700.12
HSL254.59º37.37%80.59%-
HSV(B)254.59º16.52%87.84%-
XYZ53.9952.6677.84-
YUV193.91144.98129.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=32.29%
G=30.81%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961872240.120.1700.12254.5937.3780.59
HexC4BBE0C110Cff2551
Octal304273340142101437745121
Binary11000100101110111110000011001000101100111111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBE0; }

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

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

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

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

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

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

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

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