Html Css Color HEX #B0B0BE Ghost

📋 copy color: '#B0B0BE'

red 176 ◦ green 176 ◦ blue 190

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

Shades of Ghost #B0B0BE

Tints of Ghost #B0B0BE

RGB

 RED value IS 176 (69.14% from 255) = 32.47%

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

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

R = 32.47%
G = 32.47%
B = 35.06%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0B0BE (or 0xB0B0BE) is known color: Ghost. HEX triplet: B0, B0 and BE. RGB value is (176,176,190). Sum of RGB (Red+Green+Blue) = 176+176+190=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0BE is #4F4F41. Grayscale: #B1B1B1. Windows color (decimal): -5197634 or 12497072. OLE color: 12497072.

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

Color convert

RGB 176 176 190 -
CMYK 0.07 0.07 0 0.25
HSL 240º 0.1% 0.72% -
HSV(B) 240º 0.07% 0.75% -
XYZ 42.72 44 54.96 -
YUV 177.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 176 176 190 0.07 0.07 0 0.25 240 0.1 0.72
Hex B0 B0 BE 7 7 0 19 F0 A 48
Octal 260 260 276 7 7 0 31 360 12 110
Binary 10110000 10110000 10111110 111 111 0 11001 11110000 1010 1001000

Color Harmonies of #B0B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B0BE

Black with #B0B0BE

Text Example


Text Example

White with #B0B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B0BE; }

 p { color: rgb(176,176,190); }

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

background-color css

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

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

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

border-color css

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

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

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