#BFB6BE

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

Shades of Maverick #BFB6BE

Tints of Maverick #BFB6BE

Color information

#BFB6BE (or 0xBFB6BE) is unknown color: approx Maverick. HEX triplet: BF, B6 and BE. RGB value is (191,182,190). Sum of RGB (Red+Green+Blue) = 191+182+190=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6BE is #404941. Grayscale: #B9B9B9. Windows color (decimal): -4213058 or 12498623. OLE color: 12498623.

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

Color convert

RGB191182190-
CMYK00.050.010.25
HSL306.67º6.57%73.14%-
HSV(B)306.67º4.71%74.9%-
XYZ47.5148.2555.52-
YUV185.6130.48131.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=33.93%
G=32.33%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118219000.050.010.25306.676.5773.14
HexBFB6BE05119133749
Octal277266276051314637111
Binary10111111101101101011111001011110011001100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6BE; }

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

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

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

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

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

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

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

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