Html Css Color HEX #BBBAAE Mist Grey

📋 copy color: '#BBBAAE'

red 187 ◦ green 186 ◦ blue 174

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

Shades of Mist Grey #BBBAAE

Tints of Mist Grey #BBBAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 34.19%
G = 34%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBBAAE (or 0xBBBAAE) is known color: Mist Grey. HEX triplet: BB, BA and AE. RGB value is (187,186,174). Sum of RGB (Red+Green+Blue) = 187+186+174=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAE is #444551. Grayscale: #B8B8B8. Windows color (decimal): -4474194 or 11451067. OLE color: 11451067.

HSL color Cylindrical-coordinate representation of color #BBBAAE: hue angle of 55.38º 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 #BBBAAE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 174 -
CMYK 0 0.01 0.07 0.27
HSL 55.38º 0.09% 0.71% -
HSV(B) 55.38º 0.07% 0.73% -
XYZ 45.69 48.74 47.04 -
YUV 184.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 187 186 174 0 0.01 0.07 0.27 55.38 0.09 0.71
Hex BB BA AE 0 1 7 1B 37 9 47
Octal 273 272 256 0 1 7 33 67 11 107
Binary 10111011 10111010 10101110 0 1 111 11011 110111 1001 1000111

Color Harmonies of #BBBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAAE

Black with #BBBAAE

Text Example


Text Example

White with #BBBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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