#C0B3EE

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

Shades of Melrose #C0B3EE

Tints of Melrose #C0B3EE

Color information

#C0B3EE (or 0xC0B3EE) is unknown color: approx Melrose. HEX triplet: C0, B3 and EE. RGB value is (192,179,238). Sum of RGB (Red+Green+Blue) = 192+179+238=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3EE is #3F4C11. Grayscale: #BDBDBD. Windows color (decimal): -4148242 or 15643584. OLE color: 15643584.

HSL color Cylindrical-coordinate representation of color #C0B3EE: hue angle of 253.22º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0B3EE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192179238-
CMYK0.190.2500.07
HSL253.22º63.44%81.76%-
HSV(B)253.22º24.79%93.33%-
XYZ53.2949.6287.66-
YUV189.61155.31129.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=31.53%
G=29.39%
B=39.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921792380.190.2500.07253.2263.4481.76
HexC0B3EE131907fd3f52
Octal30026335623310737577122
Binary11000000101100111110111010011110010111111111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3EE; }

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

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

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

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

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

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

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

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