#c4bbee

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

Shades of Melrose #C4BBEE

Tints of Melrose #C4BBEE

Color information

#C4BBEE (or 0xC4BBEE) is unknown color: approx Melrose. HEX triplet: C4, BB and EE. RGB value is (196,187,238). Sum of RGB (Red+Green+Blue) = 196+187+238=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEE is #3B4411. Grayscale: #C3C3C3. Windows color (decimal): -3884050 or 15645636. OLE color: 15645636.

HSL color Cylindrical-coordinate representation of color #C4BBEE: hue angle of 250.59º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BBEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196187238-
CMYK0.180.2100.07
HSL250.59º60%83.33%-
HSV(B)250.59º21.43%93.33%-
XYZ55.9753.4588.26-
YUV195.5151.98128.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=31.56%
G=30.11%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961872380.180.2100.07250.596083.33
HexC4BBEE121507fb3c53
Octal30427335622250737374123
Binary11000100101110111110111010010101010111111110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4bbee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4bbee; }

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

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

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

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

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

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

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

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