Html Css Color HEX #BBBBB0 Mist Grey

📋 copy color: '#BBBBB0'

red 187 ◦ green 187 ◦ blue 176

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

Shades of Mist Grey #BBBBB0

Tints of Mist Grey #BBBBB0

RGB

 RED value IS 187 (73.44% from 255) = 34%

 GREEN value IS 187 (73.44% from 255) = 34%

 BLUE value IS 176 (69.14% from 255) = 32%

R = 34%
G = 34%
B = 32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBBBB0 (or 0xBBBBB0) is known color: Mist Grey. HEX triplet: BB, BB and B0. RGB value is (187,187,176). Sum of RGB (Red+Green+Blue) = 187+187+176=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBB0 is #44444F. Grayscale: #B9B9B9. Windows color (decimal): -4473936 or 11582395. OLE color: 11582395.

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

Color convert

RGB 187 187 176 -
CMYK 0 0 0.06 0.27
HSL 60º 0.07% 0.71% -
HSV(B) 60º 0.06% 0.73% -
XYZ 46.1 49.24 48.15 -
YUV 185.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 187 187 176 0 0 0.06 0.27 60 0.07 0.71
Hex BB BB B0 0 0 6 1B 3C 7 47
Octal 273 273 260 0 0 6 33 74 7 107
Binary 10111011 10111011 10110000 0 0 110 11011 111100 111 1000111

Color Harmonies of #BBBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBB0

Black with #BBBBB0

Text Example


Text Example

White with #BBBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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