#C0B3F1

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

Shades of Melrose #C0B3F1

Tints of Melrose #C0B3F1

Color information

#C0B3F1 (or 0xC0B3F1) is unknown color: approx Melrose. HEX triplet: C0, B3 and F1. RGB value is (192,179,241). Sum of RGB (Red+Green+Blue) = 192+179+241=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3F1 is #3F4C0E. Grayscale: #BDBDBD. Windows color (decimal): -4148239 or 15840192. OLE color: 15840192.

HSL color Cylindrical-coordinate representation of color #C0B3F1: hue angle of 252.58º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0B3F1 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192179241-
CMYK0.200.2600.05
HSL252.58º68.89%82.35%-
HSV(B)252.58º25.73%94.51%-
XYZ53.7449.890-
YUV189.96156.81129.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=31.37%
G=29.25%
B=39.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921792410.200.2600.05252.5868.8982.35
HexC0B3F1141A05fd4552
Octal300263361243205375105122
Binary110000001011001111110001101001101001011111110110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3F1; }

 p { color: rgb(192,179,241); }

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

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

 a { background-color: rgb(192,179,241); }

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

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

 span { border-color: rgb(192,179,241); }

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