#C0B0FE

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

Shades of Melrose #C0B0FE

Tints of Melrose #C0B0FE

Color information

#C0B0FE (or 0xC0B0FE) is unknown color: approx Melrose. HEX triplet: C0, B0 and FE. RGB value is (192,176,254). Sum of RGB (Red+Green+Blue) = 192+176+254=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0FE is #3F4F01. Grayscale: #BDBDBD. Windows color (decimal): -4148994 or 16691392. OLE color: 16691392.

HSL color Cylindrical-coordinate representation of color #C0B0FE: hue angle of 252.31º 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 #C0B0FE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192176254-
CMYK0.240.3100.00
HSL252.31º97.5%84.31%-
HSV(B)252.31º30.71%99.61%-
XYZ55.1549.41100.4-
YUV189.68164.3129.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=30.87%
G=28.30%
B=40.84%

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
Decimal1921762540.240.3100.00252.3197.584.31
HexC0B0FE181F00fc6254
Octal300260376303700374142124
Binary1100000010110000111111101100011111001111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0FE; }

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

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

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

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

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

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

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

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