Html Css Color HEX #BBBBA5 Mist Grey

📋 copy color: '#BBBBA5'

red 187 ◦ green 187 ◦ blue 165

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

Shades of Mist Grey #BBBBA5

Tints of Mist Grey #BBBBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.61%

R = 34.69%
G = 34.69%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBBBA5 (or 0xBBBBA5) is known color: Mist Grey. HEX triplet: BB, BB and A5. RGB value is (187,187,165). Sum of RGB (Red+Green+Blue) = 187+187+165=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBA5 is #44445A. Grayscale: #B8B8B8. Windows color (decimal): -4473947 or 10861499. OLE color: 10861499.

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

Color convert

RGB 187 187 165 -
CMYK 0 0 0.12 0.27
HSL 60º 0.14% 0.69% -
HSV(B) 60º 0.12% 0.73% -
XYZ 45.06 48.82 42.65 -
YUV 184.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 187 187 165 0 0 0.12 0.27 60 0.14 0.69
Hex BB BB A5 0 0 C 1B 3C E 45
Octal 273 273 245 0 0 14 33 74 16 105
Binary 10111011 10111011 10100101 0 0 1100 11011 111100 1110 1000101

Color Harmonies of #BBBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBA5

Black with #BBBBA5

Text Example


Text Example

White with #BBBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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