Html Css Color HEX #B5B4BE Ghost

📋 copy color: '#B5B4BE'

red 181 ◦ green 180 ◦ blue 190

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

Shades of Ghost #B5B4BE

Tints of Ghost #B5B4BE

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

 GREEN value IS 180 (70.7% from 255) = 32.67%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 32.85%
G = 32.67%
B = 34.48%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5B4BE (or 0xB5B4BE) is known color: Ghost. HEX triplet: B5, B4 and BE. RGB value is (181,180,190). Sum of RGB (Red+Green+Blue) = 181+180+190=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4BE is #4A4B41. Grayscale: #B5B5B5. Windows color (decimal): -4868930 or 12498101. OLE color: 12498101.

HSL color Cylindrical-coordinate representation of color #B5B4BE: hue angle of 246º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5B4BE is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 180 190 -
CMYK 0.05 0.05 0 0.25
HSL 246º 0.07% 0.73% -
HSV(B) 246º 0.05% 0.75% -
XYZ 44.67 46.18 55.28 -
YUV 181.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 181 180 190 0.05 0.05 0 0.25 246 0.07 0.73
Hex B5 B4 BE 5 5 0 19 F6 7 49
Octal 265 264 276 5 5 0 31 366 7 111
Binary 10110101 10110100 10111110 101 101 0 11001 11110110 111 1001001

Color Harmonies of #B5B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B4BE

Black with #B5B4BE

Text Example


Text Example

White with #B5B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B4BE; }

 p { color: rgb(181,180,190); }

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

background-color css

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

 a { background-color: rgb(181,180,190); }

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

border-color css

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

 span { border-color: rgb(181,180,190); }

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