Html Css Color HEX #BCBAB3 Grey Nickel

📋 copy color: '#BCBAB3'

red 188 ◦ green 186 ◦ blue 179

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

Shades of Grey Nickel #BCBAB3

Tints of Grey Nickel #BCBAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 34%
G = 33.63%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCBAB3 (or 0xBCBAB3) is known color: Grey Nickel. HEX triplet: BC, BA and B3. RGB value is (188,186,179). Sum of RGB (Red+Green+Blue) = 188+186+179=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB3 is #43454C. Grayscale: #B9B9B9. Windows color (decimal): -4408653 or 11778748. OLE color: 11778748.

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

Color convert

RGB 188 186 179 -
CMYK 0 0.01 0.05 0.26
HSL 46.67º 0.06% 0.72% -
HSV(B) 46.67º 0.05% 0.74% -
XYZ 46.43 49.06 49.67 -
YUV 185.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 188 186 179 0 0.01 0.05 0.26 46.67 0.06 0.72
Hex BC BA B3 0 1 5 1A 2F 6 48
Octal 274 272 263 0 1 5 32 57 6 110
Binary 10111100 10111010 10110011 0 1 101 11010 101111 110 1001000

Color Harmonies of #BCBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAB3

Black with #BCBAB3

Text Example


Text Example

White with #BCBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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