#C5BBEE

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

Shades of Melrose #C5BBEE

Tints of Melrose #C5BBEE

Color information

#C5BBEE (or 0xC5BBEE) is unknown color: approx Melrose. HEX triplet: C5, BB and EE. RGB value is (197,187,238). Sum of RGB (Red+Green+Blue) = 197+187+238=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEE is #3A4411. Grayscale: #C3C3C3. Windows color (decimal): -3818514 or 15645637. OLE color: 15645637.

HSL color Cylindrical-coordinate representation of color #C5BBEE: hue angle of 251.76º 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 #C5BBEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197187238-
CMYK0.170.2100.07
HSL251.76º60%83.33%-
HSV(B)251.76º21.43%93.33%-
XYZ56.2353.5888.27-
YUV195.8151.81128.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=31.67%
G=30.06%
B=38.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971872380.170.2100.07251.766083.33
HexC5BBEE111507fc3c53
Octal30527335621250737474123
Binary11000101101110111110111010001101010111111111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBEE; }

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

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

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

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

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

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

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

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