Html Css Color HEX #BDB7B9 Maverick

📋 copy color: '#BDB7B9'

red 189 ◦ green 183 ◦ blue 185

#BDB7B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #BDB7B9

Tints of Maverick #BDB7B9

RGB

 RED value IS 189 (74.22% from 255) = 33.93%

 GREEN value IS 183 (71.88% from 255) = 32.85%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 33.93%
G = 32.85%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDB7B9 (or 0xBDB7B9) is known color: Maverick. HEX triplet: BD, B7 and B9. RGB value is (189,183,185). Sum of RGB (Red+Green+Blue) = 189+183+185=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7B9 is #424846. Grayscale: #B9B9B9. Windows color (decimal): -4343879 or 12171197. OLE color: 12171197.

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

Color convert

RGB 189 183 185 -
CMYK 0 0.03 0.02 0.26
HSL 340º 0.04% 0.73% -
HSV(B) 340º 0.03% 0.74% -
XYZ 46.68 48.19 52.74 -
YUV 185.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 189 183 185 0 0.03 0.02 0.26 340 0.04 0.73
Hex BD B7 B9 0 3 2 1A 154 4 49
Octal 275 267 271 0 3 2 32 524 4 111
Binary 10111101 10110111 10111001 0 11 10 11010 101010100 100 1001001

Color Harmonies of #BDB7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7B9

Black with #BDB7B9

Text Example


Text Example

White with #BDB7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7B9; }

 p { color: rgb(189,183,185); }

 H1.HeaderClassName
 {
   color: #BDB7B9;
 }
 .AnyTagClassName
 {
   color: #BDB7B9;
 }
</style>

background-color css

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

 a { background-color: rgb(189,183,185); }

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

border-color css

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

 span { border-color: rgb(189,183,185); }

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