#C4B0FA

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

Shades of Melrose #C4B0FA

Tints of Melrose #C4B0FA

Color information

#C4B0FA (or 0xC4B0FA) is unknown color: approx Melrose. HEX triplet: C4, B0 and FA. RGB value is (196,176,250). Sum of RGB (Red+Green+Blue) = 196+176+250=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0FA is #3B4F05. Grayscale: #BEBEBE. Windows color (decimal): -3886854 or 16429252. OLE color: 16429252.

HSL color Cylindrical-coordinate representation of color #C4B0FA: hue angle of 256.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B0FA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196176250-
CMYK0.220.3000.02
HSL256.22º88.1%83.53%-
HSV(B)256.22º29.6%98.04%-
XYZ55.5549.6997.11-
YUV190.42161.63131.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=31.51%
G=28.30%
B=40.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961762500.220.3000.02256.2288.183.53
HexC4B0FA161E021005854
Octal304260372263602400130124
Binary110001001011000011111010101101111001010000000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0FA; }

 p { color: rgb(196,176,250); }

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

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

 a { background-color: rgb(196,176,250); }

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

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

 span { border-color: rgb(196,176,250); }

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