Html Css Color HEX #BCB9A9 Ash

📋 copy color: '#BCB9A9'

red 188 ◦ green 185 ◦ blue 169

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

Shades of Ash #BCB9A9

Tints of Ash #BCB9A9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 34.69%
G = 34.13%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCB9A9 (or 0xBCB9A9) is known color: Ash. HEX triplet: BC, B9 and A9. RGB value is (188,185,169). Sum of RGB (Red+Green+Blue) = 188+185+169=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A9 is #434656. Grayscale: #B8B8B8. Windows color (decimal): -4408919 or 11123132. OLE color: 11123132.

HSL color Cylindrical-coordinate representation of color #BCB9A9: hue angle of 50.53º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB9A9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 169 -
CMYK 0 0.02 0.10 0.26
HSL 50.53º 0.12% 0.7% -
HSV(B) 50.53º 0.1% 0.74% -
XYZ 45.25 48.25 44.47 -
YUV 184.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 188 185 169 0 0.02 0.10 0.26 50.53 0.12 0.7
Hex BC B9 A9 0 2 A 1A 33 C 46
Octal 274 271 251 0 2 12 32 63 14 106
Binary 10111100 10111001 10101001 0 10 1010 11010 110011 1100 1000110

Color Harmonies of #BCB9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9A9

Black with #BCB9A9

Text Example


Text Example

White with #BCB9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9A9; }

 p { color: rgb(188,185,169); }

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

background-color css

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

 a { background-color: rgb(188,185,169); }

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

border-color css

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

 span { border-color: rgb(188,185,169); }

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