Html Css Color HEX #BCBAAC Grey Nickel

📋 copy color: '#BCBAAC'

red 188 ◦ green 186 ◦ blue 172

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

Shades of Grey Nickel #BCBAAC

Tints of Grey Nickel #BCBAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 34.43%
G = 34.07%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCBAAC (or 0xBCBAAC) is known color: Grey Nickel. HEX triplet: BC, BA and AC. RGB value is (188,186,172). Sum of RGB (Red+Green+Blue) = 188+186+172=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAC is #434553. Grayscale: #B9B9B9. Windows color (decimal): -4408660 or 11319996. OLE color: 11319996.

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

Color convert

RGB 188 186 172 -
CMYK 0 0.01 0.09 0.26
HSL 52.5º 0.11% 0.71% -
HSV(B) 52.5º 0.09% 0.74% -
XYZ 45.74 48.79 46.04 -
YUV 185 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 188 186 172 0 0.01 0.09 0.26 52.5 0.11 0.71
Hex BC BA AC 0 1 9 1A 34 B 47
Octal 274 272 254 0 1 11 32 64 13 107
Binary 10111100 10111010 10101100 0 1 1001 11010 110100 1011 1000111

Color Harmonies of #BCBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAAC

Black with #BCBAAC

Text Example


Text Example

White with #BCBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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