Html Css Color HEX #BCBAA3 Mist Grey

📋 copy color: '#BCBAA3'

red 188 ◦ green 186 ◦ blue 163

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

Shades of Mist Grey #BCBAA3

Tints of Mist Grey #BCBAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.35%

R = 35.01%
G = 34.64%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCBAA3 (or 0xBCBAA3) is known color: Mist Grey. HEX triplet: BC, BA and A3. RGB value is (188,186,163). Sum of RGB (Red+Green+Blue) = 188+186+163=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA3 is #43455C. Grayscale: #B8B8B8. Windows color (decimal): -4408669 or 10730172. OLE color: 10730172.

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

Color convert

RGB 188 186 163 -
CMYK 0 0.01 0.13 0.26
HSL 55.2º 0.16% 0.69% -
HSV(B) 55.2º 0.13% 0.74% -
XYZ 44.91 48.45 41.64 -
YUV 183.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 188 186 163 0 0.01 0.13 0.26 55.2 0.16 0.69
Hex BC BA A3 0 1 D 1A 37 10 45
Octal 274 272 243 0 1 15 32 67 20 105
Binary 10111100 10111010 10100011 0 1 1101 11010 110111 10000 1000101

Color Harmonies of #BCBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAA3

Black with #BCBAA3

Text Example


Text Example

White with #BCBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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