#BFB8BE

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

Shades of Maverick #BFB8BE

Tints of Maverick #BFB8BE

Color information

#BFB8BE (or 0xBFB8BE) is unknown color: approx Maverick. HEX triplet: BF, B8 and BE. RGB value is (191,184,190). Sum of RGB (Red+Green+Blue) = 191+184+190=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8BE is #404741. Grayscale: #BABABA. Windows color (decimal): -4212546 or 12499135. OLE color: 12499135.

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

Color convert

RGB191184190-
CMYK00.040.010.25
HSL308.57º5.19%73.53%-
HSV(B)308.57º3.66%74.9%-
XYZ47.9249.0855.66-
YUV186.78129.82131.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=33.81%
G=32.57%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118419000.040.010.25308.575.1973.53
HexBFB8BE0411913554a
Octal277270276041314655112
Binary10111111101110001011111001001110011001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8BE; }

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

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

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

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

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

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

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

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