Html Css Color HEX #BFBDAE Grey Nickel

📋 copy color: '#BFBDAE'

red 191 ◦ green 189 ◦ blue 174

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

Shades of Grey Nickel #BFBDAE

Tints of Grey Nickel #BFBDAE

RGB

 RED value IS 191 (75% from 255) = 34.48%

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 34.48%
G = 34.12%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFBDAE (or 0xBFBDAE) is known color: Grey Nickel. HEX triplet: BF, BD and AE. RGB value is (191,189,174). Sum of RGB (Red+Green+Blue) = 191+189+174=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAE is #404251. Grayscale: #BBBBBB. Windows color (decimal): -4211282 or 11451839. OLE color: 11451839.

HSL color Cylindrical-coordinate representation of color #BFBDAE: hue angle of 52.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBDAE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 174 -
CMYK 0 0.01 0.09 0.25
HSL 52.94º 0.12% 0.72% -
HSV(B) 52.94º 0.09% 0.75% -
XYZ 47.32 50.53 47.3 -
YUV 187.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 191 189 174 0 0.01 0.09 0.25 52.94 0.12 0.72
Hex BF BD AE 0 1 9 19 35 C 48
Octal 277 275 256 0 1 11 31 65 14 110
Binary 10111111 10111101 10101110 0 1 1001 11001 110101 1100 1001000

Color Harmonies of #BFBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDAE

Black with #BFBDAE

Text Example


Text Example

White with #BFBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDAE; }

 p { color: rgb(191,189,174); }

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

background-color css

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

 a { background-color: rgb(191,189,174); }

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

border-color css

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

 span { border-color: rgb(191,189,174); }

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