Html Css Color HEX #BBBBAE Mist Grey

📋 copy color: '#BBBBAE'

red 187 ◦ green 187 ◦ blue 174

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

Shades of Mist Grey #BBBBAE

Tints of Mist Grey #BBBBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 34.12%
G = 34.12%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBBBAE (or 0xBBBBAE) is known color: Mist Grey. HEX triplet: BB, BB and AE. RGB value is (187,187,174). Sum of RGB (Red+Green+Blue) = 187+187+174=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAE is #444451. Grayscale: #B9B9B9. Windows color (decimal): -4473938 or 11451323. OLE color: 11451323.

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

Color convert

RGB 187 187 174 -
CMYK 0 0 0.07 0.27
HSL 60º 0.09% 0.71% -
HSV(B) 60º 0.07% 0.73% -
XYZ 45.9 49.16 47.11 -
YUV 185.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 187 187 174 0 0 0.07 0.27 60 0.09 0.71
Hex BB BB AE 0 0 7 1B 3C 9 47
Octal 273 273 256 0 0 7 33 74 11 107
Binary 10111011 10111011 10101110 0 0 111 11011 111100 1001 1000111

Color Harmonies of #BBBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBAE

Black with #BBBBAE

Text Example


Text Example

White with #BBBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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