Html Css Color HEX #BBBBAF Mist Grey

📋 copy color: '#BBBBAF'

red 187 ◦ green 187 ◦ blue 175

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

Shades of Mist Grey #BBBBAF

Tints of Mist Grey #BBBBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 34.06%
G = 34.06%
B = 31.88%

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

#BBBBAF (or 0xBBBBAF) is known color: Mist Grey. HEX triplet: BB, BB and AF. RGB value is (187,187,175). Sum of RGB (Red+Green+Blue) = 187+187+175=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAF is #444450. Grayscale: #B9B9B9. Windows color (decimal): -4473937 or 11516859. OLE color: 11516859.

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

Color convert

RGB 187 187 175 -
CMYK 0 0 0.06 0.27
HSL 60º 0.08% 0.71% -
HSV(B) 60º 0.06% 0.73% -
XYZ 46 49.2 47.63 -
YUV 185.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 187 187 175 0 0 0.06 0.27 60 0.08 0.71
Hex BB BB AF 0 0 6 1B 3C 8 47
Octal 273 273 257 0 0 6 33 74 10 107
Binary 10111011 10111011 10101111 0 0 110 11011 111100 1000 1000111

Color Harmonies of #BBBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBAF

Black with #BBBBAF

Text Example


Text Example

White with #BBBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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