Html Css Color HEX #B9B0DB Melrose

📋 copy color: '#B9B0DB'

red 185 ◦ green 176 ◦ blue 219

#B9B0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #B9B0DB

Tints of Melrose #B9B0DB

RGB

 RED value IS 185 (72.66% from 255) = 31.9%

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 31.9%
G = 30.34%
B = 37.76%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9B0DB (or 0xB9B0DB) is known color: Melrose. HEX triplet: B9, B0 and DB. RGB value is (185,176,219). Sum of RGB (Red+Green+Blue) = 185+176+219=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DB is #464F24. Grayscale: #B7B7B7. Windows color (decimal): -4607781 or 14397625. OLE color: 14397625.

HSL color Cylindrical-coordinate representation of color #B9B0DB: hue angle of 252.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9B0DB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 176 219 -
CMYK 0.16 0.20 0 0.14
HSL 252.56º 0.37% 0.77% -
HSV(B) 252.56º 0.2% 0.86% -
XYZ 48.32 46.48 73.44 -
YUV 183.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 185 176 219 0.16 0.20 0 0.14 252.56 0.37 0.77
Hex B9 B0 DB 10 14 0 E FD 25 4D
Octal 271 260 333 20 24 0 16 375 45 115
Binary 10111001 10110000 11011011 10000 10100 0 1110 11111101 100101 1001101

Color Harmonies of #B9B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B0DB

Black with #B9B0DB

Text Example


Text Example

White with #B9B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B0DB; }

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

 H1.HeaderClassName
 {
   color: #B9B0DB;
 }
 .AnyTagClassName
 {
   color: #B9B0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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