Html Css Color HEX #B9B0DF Melrose

📋 copy color: '#B9B0DF'

red 185 ◦ green 176 ◦ blue 223

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

Shades of Melrose #B9B0DF

Tints of Melrose #B9B0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 31.68%
G = 30.14%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9B0DF (or 0xB9B0DF) is known color: Melrose. HEX triplet: B9, B0 and DF. RGB value is (185,176,223). Sum of RGB (Red+Green+Blue) = 185+176+223=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DF is #464F20. Grayscale: #B7B7B7. Windows color (decimal): -4607777 or 14659769. OLE color: 14659769.

HSL color Cylindrical-coordinate representation of color #B9B0DF: hue angle of 251.49º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B0DF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 176 223 -
CMYK 0.17 0.21 0 0.13
HSL 251.49º 0.42% 0.78% -
HSV(B) 251.49º 0.21% 0.87% -
XYZ 48.85 46.69 76.25 -
YUV 184.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 185 176 223 0.17 0.21 0 0.13 251.49 0.42 0.78
Hex B9 B0 DF 11 15 0 D FB 2A 4E
Octal 271 260 337 21 25 0 15 373 52 116
Binary 10111001 10110000 11011111 10001 10101 0 1101 11111011 101010 1001110

Color Harmonies of #B9B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B0DF

Black with #B9B0DF

Text Example


Text Example

White with #B9B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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