Html Css Color HEX #B2B1BE Ghost

📋 copy color: '#B2B1BE'

red 178 ◦ green 177 ◦ blue 190

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

Shades of Ghost #B2B1BE

Tints of Ghost #B2B1BE

RGB

 RED value IS 178 (69.92% from 255) = 32.66%

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

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

R = 32.66%
G = 32.48%
B = 34.86%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2B1BE (or 0xB2B1BE) is known color: Ghost. HEX triplet: B2, B1 and BE. RGB value is (178,177,190). Sum of RGB (Red+Green+Blue) = 178+177+190=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1BE is #4D4E41. Grayscale: #B2B2B2. Windows color (decimal): -5066306 or 12497330. OLE color: 12497330.

HSL color Cylindrical-coordinate representation of color #B2B1BE: hue angle of 244.62º degrees, saturation: 0.09, 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 #B2B1BE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 177 190 -
CMYK 0.06 0.07 0 0.25
HSL 244.62º 0.09% 0.72% -
HSV(B) 244.62º 0.07% 0.75% -
XYZ 43.38 44.63 55.04 -
YUV 178.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 178 177 190 0.06 0.07 0 0.25 244.62 0.09 0.72
Hex B2 B1 BE 6 7 0 19 F5 9 48
Octal 262 261 276 6 7 0 31 365 11 110
Binary 10110010 10110001 10111110 110 111 0 11001 11110101 1001 1001000

Color Harmonies of #B2B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B1BE

Black with #B2B1BE

Text Example


Text Example

White with #B2B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B1BE; }

 p { color: rgb(178,177,190); }

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

background-color css

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

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

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

border-color css

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

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

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