#C4BBE1

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

Shades of Melrose #C4BBE1

Tints of Melrose #C4BBE1

Color information

#C4BBE1 (or 0xC4BBE1) is unknown color: approx Melrose. HEX triplet: C4, BB and E1. RGB value is (196,187,225). Sum of RGB (Red+Green+Blue) = 196+187+225=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBE1 is #3B441E. Grayscale: #C1C1C1. Windows color (decimal): -3884063 or 14793668. OLE color: 14793668.

HSL color Cylindrical-coordinate representation of color #C4BBE1: hue angle of 254.21º degrees, saturation: 0.39, 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 #C4BBE1 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196187225-
CMYK0.130.1700.12
HSL254.21º38.78%80.78%-
HSV(B)254.21º16.89%88.24%-
XYZ54.1352.7178.56-
YUV194.02145.48129.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=32.24%
G=30.76%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961872250.130.1700.12254.2138.7880.78
HexC4BBE1D110Cfe2751
Octal304273341152101437647121
Binary11000100101110111110000111011000101100111111101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBE1; }

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

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

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

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

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

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

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

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