Html Css Color HEX #BFB9BE Maverick

📋 copy color: '#BFB9BE'

red 191 ◦ green 185 ◦ blue 190

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

Shades of Maverick #BFB9BE

Tints of Maverick #BFB9BE

RGB

 RED value IS 191 (75% from 255) = 33.75%

 GREEN value IS 185 (72.66% from 255) = 32.69%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 33.75%
G = 32.69%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFB9BE (or 0xBFB9BE) is known color: Maverick. HEX triplet: BF, B9 and BE. RGB value is (191,185,190). Sum of RGB (Red+Green+Blue) = 191+185+190=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BE is #404641. Grayscale: #BBBBBB. Windows color (decimal): -4212290 or 12499391. OLE color: 12499391.

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

Color convert

RGB 191 185 190 -
CMYK 0 0.03 0.01 0.25
HSL 310º 0.04% 0.74% -
HSV(B) 310º 0.03% 0.75% -
XYZ 48.13 49.49 55.73 -
YUV 187.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 191 185 190 0 0.03 0.01 0.25 310 0.04 0.74
Hex BF B9 BE 0 3 1 19 136 4 4A
Octal 277 271 276 0 3 1 31 466 4 112
Binary 10111111 10111001 10111110 0 11 1 11001 100110110 100 1001010

Color Harmonies of #BFB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9BE

Black with #BFB9BE

Text Example


Text Example

White with #BFB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9BE; }

 p { color: rgb(191,185,190); }

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

background-color css

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

 a { background-color: rgb(191,185,190); }

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

border-color css

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

 span { border-color: rgb(191,185,190); }

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