Html Css Color HEX #BDBAA7 Ash

📋 copy color: '#BDBAA7'

red 189 ◦ green 186 ◦ blue 167

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

Shades of Ash #BDBAA7

Tints of Ash #BDBAA7

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

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

 BLUE value IS 167 (65.63% from 255) = 30.81%

R = 34.87%
G = 34.32%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDBAA7 (or 0xBDBAA7) is known color: Ash. HEX triplet: BD, BA and A7. RGB value is (189,186,167). Sum of RGB (Red+Green+Blue) = 189+186+167=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA7 is #424558. Grayscale: #B8B8B8. Windows color (decimal): -4343129 or 10992317. OLE color: 10992317.

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

Color convert

RGB 189 186 167 -
CMYK 0 0.02 0.12 0.26
HSL 51.82º 0.14% 0.7% -
HSV(B) 51.82º 0.12% 0.74% -
XYZ 45.52 48.73 43.57 -
YUV 184.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 189 186 167 0 0.02 0.12 0.26 51.82 0.14 0.7
Hex BD BA A7 0 2 C 1A 34 E 46
Octal 275 272 247 0 2 14 32 64 16 106
Binary 10111101 10111010 10100111 0 10 1100 11010 110100 1110 1000110

Color Harmonies of #BDBAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAA7

Black with #BDBAA7

Text Example


Text Example

White with #BDBAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAA7; }

 p { color: rgb(189,186,167); }

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

background-color css

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

 a { background-color: rgb(189,186,167); }

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

border-color css

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

 span { border-color: rgb(189,186,167); }

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