Html Css Color HEX #BDBAAF Grey Nickel

📋 copy color: '#BDBAAF'

red 189 ◦ green 186 ◦ blue 175

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

Shades of Grey Nickel #BDBAAF

Tints of Grey Nickel #BDBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 34.36%
G = 33.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BDBAAF (or 0xBDBAAF) is known color: Grey Nickel. HEX triplet: BD, BA and AF. RGB value is (189,186,175). Sum of RGB (Red+Green+Blue) = 189+186+175=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAF is #424550. Grayscale: #B9B9B9. Windows color (decimal): -4343121 or 11516605. OLE color: 11516605.

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

Color convert

RGB 189 186 175 -
CMYK 0 0.02 0.07 0.26
HSL 47.14º 0.1% 0.71% -
HSV(B) 47.14º 0.07% 0.74% -
XYZ 46.28 49.03 47.58 -
YUV 185.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 189 186 175 0 0.02 0.07 0.26 47.14 0.1 0.71
Hex BD BA AF 0 2 7 1A 2F A 47
Octal 275 272 257 0 2 7 32 57 12 107
Binary 10111101 10111010 10101111 0 10 111 11010 101111 1010 1000111

Color Harmonies of #BDBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAAF

Black with #BDBAAF

Text Example


Text Example

White with #BDBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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