Html Css Color HEX #BFB9BB Maverick

📋 copy color: '#BFB9BB'

red 191 ◦ green 185 ◦ blue 187

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

Shades of Maverick #BFB9BB

Tints of Maverick #BFB9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 33.93%
G = 32.86%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFB9BB (or 0xBFB9BB) is known color: Maverick. HEX triplet: BF, B9 and BB. RGB value is (191,185,187). Sum of RGB (Red+Green+Blue) = 191+185+187=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BB is #404644. Grayscale: #BBBBBB. Windows color (decimal): -4212293 or 12302783. OLE color: 12302783.

HSL color Cylindrical-coordinate representation of color #BFB9BB: hue angle of 340º 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 #BFB9BB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 187 -
CMYK 0 0.03 0.02 0.25
HSL 340º 0.04% 0.74% -
HSV(B) 340º 0.03% 0.75% -
XYZ 47.8 49.36 54.02 -
YUV 187.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 191 185 187 0 0.03 0.02 0.25 340 0.04 0.74
Hex BF B9 BB 0 3 2 19 154 4 4A
Octal 277 271 273 0 3 2 31 524 4 112
Binary 10111111 10111001 10111011 0 11 10 11001 101010100 100 1001010

Color Harmonies of #BFB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9BB

Black with #BFB9BB

Text Example


Text Example

White with #BFB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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