Html Css Color HEX #B9B1DB Melrose

📋 copy color: '#B9B1DB'

red 185 ◦ green 177 ◦ blue 219

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

Shades of Melrose #B9B1DB

Tints of Melrose #B9B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

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

R = 31.84%
G = 30.46%
B = 37.69%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9B1DB (or 0xB9B1DB) is known color: Melrose. HEX triplet: B9, B1 and DB. RGB value is (185,177,219). Sum of RGB (Red+Green+Blue) = 185+177+219=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1DB is #464E24. Grayscale: #B8B8B8. Windows color (decimal): -4607525 or 14397881. OLE color: 14397881.

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

Color convert

RGB 185 177 219 -
CMYK 0.16 0.19 0 0.14
HSL 251.43º 0.37% 0.78% -
HSV(B) 251.43º 0.19% 0.86% -
XYZ 48.52 46.87 73.51 -
YUV 184.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 185 177 219 0.16 0.19 0 0.14 251.43 0.37 0.78
Hex B9 B1 DB 10 13 0 E FB 25 4E
Octal 271 261 333 20 23 0 16 373 45 116
Binary 10111001 10110001 11011011 10000 10011 0 1110 11111011 100101 1001110

Color Harmonies of #B9B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B1DB

Black with #B9B1DB

Text Example


Text Example

White with #B9B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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