#C1B0FE

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

Shades of Melrose #C1B0FE

Tints of Melrose #C1B0FE

Color information

#C1B0FE (or 0xC1B0FE) is unknown color: approx Melrose. HEX triplet: C1, B0 and FE. RGB value is (193,176,254). Sum of RGB (Red+Green+Blue) = 193+176+254=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0FE is #3E4F01. Grayscale: #BDBDBD. Windows color (decimal): -4083458 or 16691393. OLE color: 16691393.

HSL color Cylindrical-coordinate representation of color #C1B0FE: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1B0FE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193176254-
CMYK0.240.3100.00
HSL253.08º97.5%84.31%-
HSV(B)253.08º30.71%99.61%-
XYZ55.4149.54100.41-
YUV189.98164.13130.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 176 (69.14% from 255) = 28.25%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=30.98%
G=28.25%
B=40.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931762540.240.3100.00253.0897.584.31
HexC1B0FE181F00fd6254
Octal301260376303700375142124
Binary1100000110110000111111101100011111001111110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0FE; }

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

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

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

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

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

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

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

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