#BEBCAF

Color #BEBCAF Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BEBCAF

Tints of Grey Nickel #BEBCAF

Color information

#BEBCAF (or 0xBEBCAF) is unknown color: approx Grey Nickel. HEX triplet: BE, BC and AF. RGB value is (190,188,175). Sum of RGB (Red+Green+Blue) = 190+188+175=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAF is #414350. Grayscale: #BBBBBB. Windows color (decimal): -4277073 or 11517118. OLE color: 11517118.

HSL color Cylindrical-coordinate representation of color #BEBCAF: hue angle of 52º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBCAF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190188175-
CMYK00.010.080.25
HSL52º10.34%71.57%-
HSV(B)52º7.89%74.51%-
XYZ46.9650.0147.74-
YUV187.12121.16130.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=34.36%
G=34.00%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018817500.010.080.255210.3471.57
HexBEBCAF0181934a48
Octal2762742570110316412110
Binary1011111010111100101011110110001100111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCAF; }

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

 H1.HeaderClassName
 {
   color: #BEBCAF;
 }
 .AnyTagClassName
 {
   color: #BEBCAF;
 }
</style>
background-color css

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

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

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

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

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

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