#BFB2BD

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

Shades of Maverick #BFB2BD

Tints of Maverick #BFB2BD

Color information

#BFB2BD (or 0xBFB2BD) is unknown color: approx Maverick. HEX triplet: BF, B2 and BD. RGB value is (191,178,189). Sum of RGB (Red+Green+Blue) = 191+178+189=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2BD is #404D42. Grayscale: #B7B7B7. Windows color (decimal): -4214083 or 12432063. OLE color: 12432063.

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

Color convert

RGB191178189-
CMYK00.070.010.25
HSL309.23º9.22%72.35%-
HSV(B)309.23º6.81%74.9%-
XYZ46.5946.5954.68-
YUV183.14131.31133.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 178 (69.92% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=34.23%
G=31.90%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117818900.070.010.25309.239.2272.35
HexBFB2BD07119135948
Octal2772622750713146511110
Binary101111111011001010111101011111100110011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2BD; }

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

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

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

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

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

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

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

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