#BFBEAF

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

Shades of Kangaroo #BFBEAF

Tints of Kangaroo #BFBEAF

Color information

#BFBEAF (or 0xBFBEAF) is unknown color: approx Kangaroo. HEX triplet: BF, BE and AF. RGB value is (191,190,175). Sum of RGB (Red+Green+Blue) = 191+190+175=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEAF is #404150. Grayscale: #BCBCBC. Windows color (decimal): -4211025 or 11517631. OLE color: 11517631.

HSL color Cylindrical-coordinate representation of color #BFBEAF: hue angle of 56.25º degrees, saturation: 0.11, 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 #BFBEAF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191190175-
CMYK00.010.080.25
HSL56.25º11.11%71.76%-
HSV(B)56.25º8.38%74.9%-
XYZ47.645147.89-
YUV188.59120.33129.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=34.35%
G=34.17%
B=31.47%

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
Decimal19119017500.010.080.2556.2511.1171.76
HexBFBEAF0181938b48
Octal2772762570110317013110
Binary1011111110111110101011110110001100111100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEAF; }

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

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

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

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

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

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

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

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