Html Css Color HEX #BCBAAE Grey Nickel

📋 copy color: '#BCBAAE'

red 188 ◦ green 186 ◦ blue 174

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

Shades of Grey Nickel #BCBAAE

Tints of Grey Nickel #BCBAAE

RGB

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

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

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

R = 34.31%
G = 33.94%
B = 31.75%

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

#BCBAAE (or 0xBCBAAE) is known color: Grey Nickel. HEX triplet: BC, BA and AE. RGB value is (188,186,174). Sum of RGB (Red+Green+Blue) = 188+186+174=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAE is #434551. Grayscale: #B9B9B9. Windows color (decimal): -4408658 or 11451068. OLE color: 11451068.

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

Color convert

RGB 188 186 174 -
CMYK 0 0.01 0.07 0.26
HSL 51.43º 0.09% 0.71% -
HSV(B) 51.43º 0.07% 0.74% -
XYZ 45.94 48.87 47.06 -
YUV 185.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 188 186 174 0 0.01 0.07 0.26 51.43 0.09 0.71
Hex BC BA AE 0 1 7 1A 33 9 47
Octal 274 272 256 0 1 7 32 63 11 107
Binary 10111100 10111010 10101110 0 1 111 11010 110011 1001 1000111

Color Harmonies of #BCBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAAE

Black with #BCBAAE

Text Example


Text Example

White with #BCBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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