#C5BFE4

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

Shades of Melrose #C5BFE4

Tints of Melrose #C5BFE4

Color information

#C5BFE4 (or 0xC5BFE4) is unknown color: approx Melrose. HEX triplet: C5, BF and E4. RGB value is (197,191,228). Sum of RGB (Red+Green+Blue) = 197+191+228=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFE4 is #3A401B. Grayscale: #C4C4C4. Windows color (decimal): -3817500 or 14991301. OLE color: 14991301.

HSL color Cylindrical-coordinate representation of color #C5BFE4: hue angle of 249.73º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BFE4 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197191228-
CMYK0.140.1600.11
HSL249.73º40.66%82.16%-
HSV(B)249.73º16.23%89.41%-
XYZ55.6654.7381.03-
YUV197.01145.49127.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=31.98%
G=31.01%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971912280.140.1600.11249.7340.6682.16
HexC5BFE4E100Bfa2952
Octal305277344162001337251122
Binary11000101101111111110010011101000001011111110101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFE4; }

 p { color: rgb(197,191,228); }

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

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

 a { background-color: rgb(197,191,228); }

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

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

 span { border-color: rgb(197,191,228); }

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