Html Css Color HEX #BFB6BE Maverick

📋 copy color: '#BFB6BE'

red 191 ◦ green 182 ◦ blue 190

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

Shades of Maverick #BFB6BE

Tints of Maverick #BFB6BE

RGB

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

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

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

R = 33.93%
G = 32.33%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFB6BE (or 0xBFB6BE) is known color: Maverick. HEX triplet: BF, B6 and BE. RGB value is (191,182,190). Sum of RGB (Red+Green+Blue) = 191+182+190=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6BE is #404941. Grayscale: #B9B9B9. Windows color (decimal): -4213058 or 12498623. OLE color: 12498623.

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

Color convert

RGB 191 182 190 -
CMYK 0 0.05 0.01 0.25
HSL 306.67º 0.07% 0.73% -
HSV(B) 306.67º 0.05% 0.75% -
XYZ 47.51 48.25 55.52 -
YUV 185.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 191 182 190 0 0.05 0.01 0.25 306.67 0.07 0.73
Hex BF B6 BE 0 5 1 19 133 7 49
Octal 277 266 276 0 5 1 31 463 7 111
Binary 10111111 10110110 10111110 0 101 1 11001 100110011 111 1001001

Color Harmonies of #BFB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6BE

Black with #BFB6BE

Text Example


Text Example

White with #BFB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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