#BDBABB

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

Shades of Maverick #BDBABB

Tints of Maverick #BDBABB

Color information

#BDBABB (or 0xBDBABB) is unknown color: approx Maverick. HEX triplet: BD, BA and BB. RGB value is (189,186,187). Sum of RGB (Red+Green+Blue) = 189+186+187=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABB is #424544. Grayscale: #BBBBBB. Windows color (decimal): -4343109 or 12303037. OLE color: 12303037.

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

Color convert

RGB189186187-
CMYK00.020.010.26
HSL340º2.22%73.53%-
HSV(B)340º1.59%74.12%-
XYZ47.5149.5254.07-
YUV187.01127.99129.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=33.63%
G=33.10%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918618700.020.010.263402.2273.53
HexBDBABB0211A15424a
Octal275272273021325242112
Binary101111011011101010111011010111010101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBABB; }

 p { color: rgb(189,186,187); }

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

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

 a { background-color: rgb(189,186,187); }

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

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

 span { border-color: rgb(189,186,187); }

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