Html Css Color HEX #BDB0B9 Maverick

📋 copy color: '#BDB0B9'

red 189 ◦ green 176 ◦ blue 185

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

Shades of Maverick #BDB0B9

Tints of Maverick #BDB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

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

R = 34.36%
G = 32%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDB0B9 (or 0xBDB0B9) is known color: Maverick. HEX triplet: BD, B0 and B9. RGB value is (189,176,185). Sum of RGB (Red+Green+Blue) = 189+176+185=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B9 is #424F46. Grayscale: #B4B4B4. Windows color (decimal): -4345671 or 12169405. OLE color: 12169405.

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

Color convert

RGB 189 176 185 -
CMYK 0 0.07 0.02 0.26
HSL 318.46º 0.09% 0.72% -
HSV(B) 318.46º 0.07% 0.74% -
XYZ 45.27 45.37 52.27 -
YUV 180.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 189 176 185 0 0.07 0.02 0.26 318.46 0.09 0.72
Hex BD B0 B9 0 7 2 1A 13E 9 48
Octal 275 260 271 0 7 2 32 476 11 110
Binary 10111101 10110000 10111001 0 111 10 11010 100111110 1001 1001000

Color Harmonies of #BDB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0B9

Black with #BDB0B9

Text Example


Text Example

White with #BDB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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