Html Css Color HEX #B9B1E8 Melrose

📋 copy color: '#B9B1E8'

red 185 ◦ green 177 ◦ blue 232

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

Shades of Melrose #B9B1E8

Tints of Melrose #B9B1E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 31.14%
G = 29.8%
B = 39.06%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9B1E8 (or 0xB9B1E8) is known color: Melrose. HEX triplet: B9, B1 and E8. RGB value is (185,177,232). Sum of RGB (Red+Green+Blue) = 185+177+232=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9B1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B1E8 is #464E17. Grayscale: #B9B9B9. Windows color (decimal): -4607512 or 15249849. OLE color: 15249849.

HSL color Cylindrical-coordinate representation of color #B9B1E8: hue angle of 248.73º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9B1E8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 177 232 -
CMYK 0.20 0.24 0 0.09
HSL 248.73º 0.54% 0.8% -
HSV(B) 248.73º 0.24% 0.91% -
XYZ 50.3 47.58 82.88 -
YUV 185.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 185 177 232 0.20 0.24 0 0.09 248.73 0.54 0.8
Hex B9 B1 E8 14 18 0 9 F9 36 50
Octal 271 261 350 24 30 0 11 371 66 120
Binary 10111001 10110001 11101000 10100 11000 0 1001 11111001 110110 1010000

Color Harmonies of #B9B1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B1E8

Black with #B9B1E8

Text Example


Text Example

White with #B9B1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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