#C5BFE2

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

Shades of Melrose #C5BFE2

Tints of Melrose #C5BFE2

Color information

#C5BFE2 (or 0xC5BFE2) is unknown color: approx Melrose. HEX triplet: C5, BF and E2. RGB value is (197,191,226). Sum of RGB (Red+Green+Blue) = 197+191+226=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5BFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFE2 is #3A401D. Grayscale: #C4C4C4. Windows color (decimal): -3817502 or 14860229. OLE color: 14860229.

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

Color convert

RGB197191226-
CMYK0.130.1500.11
HSL250.29º37.63%81.76%-
HSV(B)250.29º15.49%88.63%-
XYZ55.3854.6279.58-
YUV196.78144.49128.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=32.08%
G=31.11%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971912260.130.1500.11250.2937.6381.76
HexC5BFE2DF0Bfa2652
Octal305277342151701337246122
Binary1100010110111111111000101101111101011111110101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFE2; }

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

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

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

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

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

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

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

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