#C0B9D5

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

Shades of Melrose #C0B9D5

Tints of Melrose #C0B9D5

Color information

#C0B9D5 (or 0xC0B9D5) is unknown color: approx Melrose. HEX triplet: C0, B9 and D5. RGB value is (192,185,213). Sum of RGB (Red+Green+Blue) = 192+185+213=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0B9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9D5 is #3F462A. Grayscale: #BEBEBE. Windows color (decimal): -4146731 or 14006720. OLE color: 14006720.

HSL color Cylindrical-coordinate representation of color #C0B9D5: hue angle of 255º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B9D5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192185213-
CMYK0.100.1300.16
HSL255º25%78.04%-
HSV(B)255º13.15%83.53%-
XYZ51.150.7170.05-
YUV190.28140.82129.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=32.54%
G=31.36%
B=36.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921852130.100.1300.162552578.04
HexC0B9D5AD010ff194e
Octal300271325121502037731116
Binary1100000010111001110101011010110101000011111111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9D5; }

 p { color: rgb(192,185,213); }

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

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

 a { background-color: rgb(192,185,213); }

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

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

 span { border-color: rgb(192,185,213); }

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