#B9B0DA

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

Shades of Melrose #B9B0DA

Tints of Melrose #B9B0DA

Color information

#B9B0DA (or 0xB9B0DA) is unknown color: approx Melrose. HEX triplet: B9, B0 and DA. RGB value is (185,176,218). Sum of RGB (Red+Green+Blue) = 185+176+218=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DA is #464F25. Grayscale: #B7B7B7. Windows color (decimal): -4607782 or 14332089. OLE color: 14332089.

HSL color Cylindrical-coordinate representation of color #B9B0DA: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9B0DA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185176218-
CMYK0.150.1900.15
HSL252.86º36.21%77.25%-
HSV(B)252.86º19.27%85.49%-
XYZ48.1946.4372.75-
YUV183.48147.48129.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=31.95%
G=30.40%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851762180.150.1900.15252.8636.2177.25
HexB9B0DAF130Ffd244d
Octal271260332172301737544115
Binary10111001101100001101101011111001101111111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0DA; }

 p { color: rgb(185,176,218); }

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

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

 a { background-color: rgb(185,176,218); }

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

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

 span { border-color: rgb(185,176,218); }

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