Html Css Color HEX #BDBAA6 Ash

📋 copy color: '#BDBAA6'

red 189 ◦ green 186 ◦ blue 166

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

Shades of Ash #BDBAA6

Tints of Ash #BDBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.68%

R = 34.94%
G = 34.38%
B = 30.68%

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

#BDBAA6 (or 0xBDBAA6) is known color: Ash. HEX triplet: BD, BA and A6. RGB value is (189,186,166). Sum of RGB (Red+Green+Blue) = 189+186+166=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA6 is #424559. Grayscale: #B8B8B8. Windows color (decimal): -4343130 or 10926781. OLE color: 10926781.

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

Color convert

RGB 189 186 166 -
CMYK 0 0.02 0.12 0.26
HSL 52.17º 0.15% 0.7% -
HSV(B) 52.17º 0.12% 0.74% -
XYZ 45.43 48.69 43.08 -
YUV 184.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 189 186 166 0 0.02 0.12 0.26 52.17 0.15 0.7
Hex BD BA A6 0 2 C 1A 34 F 46
Octal 275 272 246 0 2 14 32 64 17 106
Binary 10111101 10111010 10100110 0 10 1100 11010 110100 1111 1000110

Color Harmonies of #BDBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAA6

Black with #BDBAA6

Text Example


Text Example

White with #BDBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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