#BFB0BB

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

Shades of Maverick #BFB0BB

Tints of Maverick #BFB0BB

Color information

#BFB0BB (or 0xBFB0BB) is unknown color: approx Maverick. HEX triplet: BF, B0 and BB. RGB value is (191,176,187). Sum of RGB (Red+Green+Blue) = 191+176+187=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0BB is #404F44. Grayscale: #B5B5B5. Windows color (decimal): -4214597 or 12300479. OLE color: 12300479.

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

Color convert

RGB191176187-
CMYK00.080.020.25
HSL316º10.49%71.96%-
HSV(B)316º7.85%74.9%-
XYZ45.9845.7153.41-
YUV181.74130.97134.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=34.48%
G=31.77%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117618700.080.020.2531610.4971.96
HexBFB0BB0821913ca48
Octal27726027301023147412110
Binary10111111101100001011101101000101100110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0BB; }

 p { color: rgb(191,176,187); }

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

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

 a { background-color: rgb(191,176,187); }

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

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

 span { border-color: rgb(191,176,187); }

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