#BFB2BB

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

Shades of Maverick #BFB2BB

Tints of Maverick #BFB2BB

Color information

#BFB2BB (or 0xBFB2BB) is unknown color: approx Maverick. HEX triplet: BF, B2 and BB. RGB value is (191,178,187). Sum of RGB (Red+Green+Blue) = 191+178+187=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2BB is #404D44. Grayscale: #B6B6B6. Windows color (decimal): -4214085 or 12300991. OLE color: 12300991.

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

Color convert

RGB191178187-
CMYK00.070.020.25
HSL318.46º9.22%72.35%-
HSV(B)318.46º6.81%74.9%-
XYZ46.3846.5153.55-
YUV182.91130.31133.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=34.35%
G=32.01%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117818700.070.020.25318.469.2272.35
HexBFB2BB0721913e948
Octal2772622730723147611110
Binary1011111110110010101110110111101100110011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2BB; }

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

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

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

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

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

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

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

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