Html Css Color HEX #BCBAA5 Mist Grey

📋 copy color: '#BCBAA5'

red 188 ◦ green 186 ◦ blue 165

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

Shades of Mist Grey #BCBAA5

Tints of Mist Grey #BCBAA5

RGB

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

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

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

R = 34.88%
G = 34.51%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCBAA5 (or 0xBCBAA5) is known color: Mist Grey. HEX triplet: BC, BA and A5. RGB value is (188,186,165). Sum of RGB (Red+Green+Blue) = 188+186+165=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA5 is #43455A. Grayscale: #B8B8B8. Windows color (decimal): -4408667 or 10861244. OLE color: 10861244.

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

Color convert

RGB 188 186 165 -
CMYK 0 0.01 0.12 0.26
HSL 54.78º 0.15% 0.69% -
HSV(B) 54.78º 0.12% 0.74% -
XYZ 45.09 48.53 42.59 -
YUV 184.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 188 186 165 0 0.01 0.12 0.26 54.78 0.15 0.69
Hex BC BA A5 0 1 C 1A 37 F 45
Octal 274 272 245 0 1 14 32 67 17 105
Binary 10111100 10111010 10100101 0 1 1100 11010 110111 1111 1000101

Color Harmonies of #BCBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAA5

Black with #BCBAA5

Text Example


Text Example

White with #BCBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAA5; }

 p { color: rgb(188,186,165); }

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

background-color css

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

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

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

border-color css

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

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

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