Html Css Color HEX #BCBBA5 Mist Grey

📋 copy color: '#BCBBA5'

red 188 ◦ green 187 ◦ blue 165

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

Shades of Mist Grey #BCBBA5

Tints of Mist Grey #BCBBA5

RGB

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

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

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

R = 34.81%
G = 34.63%
B = 30.56%

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

#BCBBA5 (or 0xBCBBA5) is known color: Mist Grey. HEX triplet: BC, BB and A5. RGB value is (188,187,165). Sum of RGB (Red+Green+Blue) = 188+187+165=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA5 is #43445A. Grayscale: #B8B8B8. Windows color (decimal): -4408411 or 10861500. OLE color: 10861500.

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

Color convert

RGB 188 187 165 -
CMYK 0 0.01 0.12 0.26
HSL 57.39º 0.15% 0.69% -
HSV(B) 57.39º 0.12% 0.74% -
XYZ 45.3 48.95 42.66 -
YUV 184.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 188 187 165 0 0.01 0.12 0.26 57.39 0.15 0.69
Hex BC BB A5 0 1 C 1A 39 F 45
Octal 274 273 245 0 1 14 32 71 17 105
Binary 10111100 10111011 10100101 0 1 1100 11010 111001 1111 1000101

Color Harmonies of #BCBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBA5

Black with #BCBBA5

Text Example


Text Example

White with #BCBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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