#C1B0FA

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

Shades of Melrose #C1B0FA

Tints of Melrose #C1B0FA

Color information

#C1B0FA (or 0xC1B0FA) is unknown color: approx Melrose. HEX triplet: C1, B0 and FA. RGB value is (193,176,250). Sum of RGB (Red+Green+Blue) = 193+176+250=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0FA is #3E4F05. Grayscale: #BDBDBD. Windows color (decimal): -4083462 or 16429249. OLE color: 16429249.

HSL color Cylindrical-coordinate representation of color #C1B0FA: hue angle of 253.78º 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 #C1B0FA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193176250-
CMYK0.230.3000.02
HSL253.78º88.1%83.53%-
HSV(B)253.78º29.6%98.04%-
XYZ54.7749.2997.07-
YUV189.52162.13130.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=31.18%
G=28.43%
B=40.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931762500.230.3000.02253.7888.183.53
HexC1B0FA171E02fe5854
Octal301260372273602376130124
Binary11000001101100001111101010111111100101111111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0FA; }

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

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

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

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

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

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

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

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