Html Css Color HEX #BCBAB0 Grey Nickel

📋 copy color: '#BCBAB0'

red 188 ◦ green 186 ◦ blue 176

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

Shades of Grey Nickel #BCBAB0

Tints of Grey Nickel #BCBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32%

R = 34.18%
G = 33.82%
B = 32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCBAB0 (or 0xBCBAB0) is known color: Grey Nickel. HEX triplet: BC, BA and B0. RGB value is (188,186,176). Sum of RGB (Red+Green+Blue) = 188+186+176=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAB0 is #43454F. Grayscale: #B9B9B9. Windows color (decimal): -4408656 or 11582140. OLE color: 11582140.

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

Color convert

RGB 188 186 176 -
CMYK 0 0.01 0.06 0.26
HSL 50º 0.08% 0.71% -
HSV(B) 50º 0.06% 0.74% -
XYZ 46.13 48.94 48.09 -
YUV 185.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 188 186 176 0 0.01 0.06 0.26 50 0.08 0.71
Hex BC BA B0 0 1 6 1A 32 8 47
Octal 274 272 260 0 1 6 32 62 10 107
Binary 10111100 10111010 10110000 0 1 110 11010 110010 1000 1000111

Color Harmonies of #BCBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAB0

Black with #BCBAB0

Text Example


Text Example

White with #BCBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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