#C1B1FC

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

Shades of Melrose #C1B1FC

Tints of Melrose #C1B1FC

Color information

#C1B1FC (or 0xC1B1FC) is unknown color: approx Melrose. HEX triplet: C1, B1 and FC. RGB value is (193,177,252). Sum of RGB (Red+Green+Blue) = 193+177+252=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1FC is #3E4E03. Grayscale: #BEBEBE. Windows color (decimal): -4083204 or 16560577. OLE color: 16560577.

HSL color Cylindrical-coordinate representation of color #C1B1FC: hue angle of 252.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1B1FC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193177252-
CMYK0.230.3000.01
HSL252.8º92.59%84.12%-
HSV(B)252.8º29.76%98.82%-
XYZ55.2949.8198.8-
YUV190.33162.8129.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=31.03%
G=28.46%
B=40.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931772520.230.3000.01252.892.5984.12
HexC1B1FC171E01fd5d54
Octal301261374273601375135124
Binary1100000110110001111111001011111110011111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1FC; }

 p { color: rgb(193,177,252); }

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

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

 a { background-color: rgb(193,177,252); }

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

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

 span { border-color: rgb(193,177,252); }

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