Html Css Color HEX #B9B0DE Melrose

📋 copy color: '#B9B0DE'

red 185 ◦ green 176 ◦ blue 222

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

Shades of Melrose #B9B0DE

Tints of Melrose #B9B0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 31.73%
G = 30.19%
B = 38.08%

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

#B9B0DE (or 0xB9B0DE) is known color: Melrose. HEX triplet: B9, B0 and DE. RGB value is (185,176,222). Sum of RGB (Red+Green+Blue) = 185+176+222=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DE is #464F21. Grayscale: #B7B7B7. Windows color (decimal): -4607778 or 14594233. OLE color: 14594233.

HSL color Cylindrical-coordinate representation of color #B9B0DE: hue angle of 251.74º degrees, saturation: 0.41, 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 #B9B0DE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 176 222 -
CMYK 0.17 0.21 0 0.13
HSL 251.74º 0.41% 0.78% -
HSV(B) 251.74º 0.21% 0.87% -
XYZ 48.72 46.64 75.54 -
YUV 183.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 185 176 222 0.17 0.21 0 0.13 251.74 0.41 0.78
Hex B9 B0 DE 11 15 0 D FC 29 4E
Octal 271 260 336 21 25 0 15 374 51 116
Binary 10111001 10110000 11011110 10001 10101 0 1101 11111100 101001 1001110

Color Harmonies of #B9B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B0DE

Black with #B9B0DE

Text Example


Text Example

White with #B9B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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