#C5B2FE

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

Shades of Melrose #C5B2FE

Tints of Melrose #C5B2FE

Color information

#C5B2FE (or 0xC5B2FE) is unknown color: approx Melrose. HEX triplet: C5, B2 and FE. RGB value is (197,178,254). Sum of RGB (Red+Green+Blue) = 197+178+254=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2FE is #3A4D01. Grayscale: #C0C0C0. Windows color (decimal): -3820802 or 16691909. OLE color: 16691909.

HSL color Cylindrical-coordinate representation of color #C5B2FE: hue angle of 255º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B2FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197178254-
CMYK0.220.3000.00
HSL255º97.44%84.71%-
HSV(B)255º29.92%99.61%-
XYZ56.8450.87100.59-
YUV192.34162.79131.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.32%
GREEN value IS 178 (69.92% from 255) = 28.30%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=31.32%
G=28.30%
B=40.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971782540.220.3000.0025597.4484.71
HexC5B2FE161E00ff6155
Octal305262376263600377141125
Binary1100010110110010111111101011011110001111111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2FE; }

 p { color: rgb(197,178,254); }

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

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

 a { background-color: rgb(197,178,254); }

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

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

 span { border-color: rgb(197,178,254); }

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