Html Css Color HEX #BDB6B9 Maverick

📋 copy color: '#BDB6B9'

red 189 ◦ green 182 ◦ blue 185

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

Shades of Maverick #BDB6B9

Tints of Maverick #BDB6B9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.73%

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

R = 33.99%
G = 32.73%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDB6B9 (or 0xBDB6B9) is known color: Maverick. HEX triplet: BD, B6 and B9. RGB value is (189,182,185). Sum of RGB (Red+Green+Blue) = 189+182+185=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6B9 is #424946. Grayscale: #B8B8B8. Windows color (decimal): -4344135 or 12170941. OLE color: 12170941.

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

Color convert

RGB 189 182 185 -
CMYK 0 0.04 0.02 0.26
HSL 334.29º 0.05% 0.73% -
HSV(B) 334.29º 0.04% 0.74% -
XYZ 46.47 47.78 52.67 -
YUV 184.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 189 182 185 0 0.04 0.02 0.26 334.29 0.05 0.73
Hex BD B6 B9 0 4 2 1A 14E 5 49
Octal 275 266 271 0 4 2 32 516 5 111
Binary 10111101 10110110 10111001 0 100 10 11010 101001110 101 1001001

Color Harmonies of #BDB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6B9

Black with #BDB6B9

Text Example


Text Example

White with #BDB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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