Html Css Color HEX #BCBBAF Mist Grey

📋 copy color: '#BCBBAF'

red 188 ◦ green 187 ◦ blue 175

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

Shades of Mist Grey #BCBBAF

Tints of Mist Grey #BCBBAF

RGB

 RED value IS 188 (73.83% from 255) = 34.18%

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

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

R = 34.18%
G = 34%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCBBAF (or 0xBCBBAF) is known color: Mist Grey. HEX triplet: BC, BB and AF. RGB value is (188,187,175). Sum of RGB (Red+Green+Blue) = 188+187+175=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAF is #434450. Grayscale: #B9B9B9. Windows color (decimal): -4408401 or 11516860. OLE color: 11516860.

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

Color convert

RGB 188 187 175 -
CMYK 0 0.01 0.07 0.26
HSL 55.38º 0.09% 0.71% -
HSV(B) 55.38º 0.07% 0.74% -
XYZ 46.25 49.33 47.64 -
YUV 185.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 188 187 175 0 0.01 0.07 0.26 55.38 0.09 0.71
Hex BC BB AF 0 1 7 1A 37 9 47
Octal 274 273 257 0 1 7 32 67 11 107
Binary 10111100 10111011 10101111 0 1 111 11010 110111 1001 1000111

Color Harmonies of #BCBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBAF

Black with #BCBBAF

Text Example


Text Example

White with #BCBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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