Html Css Color HEX #B9B0EC Melrose

📋 copy color: '#B9B0EC'

red 185 ◦ green 176 ◦ blue 236

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

Shades of Melrose #B9B0EC

Tints of Melrose #B9B0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 30.99%
G = 29.48%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9B0EC (or 0xB9B0EC) is known color: Melrose. HEX triplet: B9, B0 and EC. RGB value is (185,176,236). Sum of RGB (Red+Green+Blue) = 185+176+236=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0EC is #464F13. Grayscale: #B9B9B9. Windows color (decimal): -4607764 or 15511737. OLE color: 15511737.

HSL color Cylindrical-coordinate representation of color #B9B0EC: hue angle of 249º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9B0EC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 176 236 -
CMYK 0.22 0.25 0 0.07
HSL 249º 0.61% 0.81% -
HSV(B) 249º 0.25% 0.93% -
XYZ 50.67 47.42 85.84 -
YUV 185.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 185 176 236 0.22 0.25 0 0.07 249 0.61 0.81
Hex B9 B0 EC 16 19 0 7 F9 3D 51
Octal 271 260 354 26 31 0 7 371 75 121
Binary 10111001 10110000 11101100 10110 11001 0 111 11111001 111101 1010001

Color Harmonies of #B9B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B0EC

Black with #B9B0EC

Text Example


Text Example

White with #B9B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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