Html Css Color HEX #BCBAAF Grey Nickel

📋 copy color: '#BCBAAF'

red 188 ◦ green 186 ◦ blue 175

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

Shades of Grey Nickel #BCBAAF

Tints of Grey Nickel #BCBAAF

RGB

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

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

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

R = 34.24%
G = 33.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCBAAF (or 0xBCBAAF) is known color: Grey Nickel. HEX triplet: BC, BA and AF. RGB value is (188,186,175). Sum of RGB (Red+Green+Blue) = 188+186+175=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAF is #434550. Grayscale: #B9B9B9. Windows color (decimal): -4408657 or 11516604. OLE color: 11516604.

HSL color Cylindrical-coordinate representation of color #BCBAAF: hue angle of 50.77º degrees, saturation: 0.09, 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 #BCBAAF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 175 -
CMYK 0 0.01 0.07 0.26
HSL 50.77º 0.09% 0.71% -
HSV(B) 50.77º 0.07% 0.74% -
XYZ 46.04 48.9 47.57 -
YUV 185.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 188 186 175 0 0.01 0.07 0.26 50.77 0.09 0.71
Hex BC BA AF 0 1 7 1A 33 9 47
Octal 274 272 257 0 1 7 32 63 11 107
Binary 10111100 10111010 10101111 0 1 111 11010 110011 1001 1000111

Color Harmonies of #BCBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAAF

Black with #BCBAAF

Text Example


Text Example

White with #BCBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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