Html Css Color HEX #BFBCBE Maverick

📋 copy color: '#BFBCBE'

red 191 ◦ green 188 ◦ blue 190

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

Shades of Maverick #BFBCBE

Tints of Maverick #BFBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

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

R = 33.57%
G = 33.04%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFBCBE (or 0xBFBCBE) is known color: Maverick. HEX triplet: BF, BC and BE. RGB value is (191,188,190). Sum of RGB (Red+Green+Blue) = 191+188+190=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBE is #404341. Grayscale: #BDBDBD. Windows color (decimal): -4211522 or 12500159. OLE color: 12500159.

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

Color convert

RGB 191 188 190 -
CMYK 0 0.02 0.01 0.25
HSL 320º 0.02% 0.74% -
HSV(B) 320º 0.02% 0.75% -
XYZ 48.76 50.76 55.94 -
YUV 189.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 191 188 190 0 0.02 0.01 0.25 320 0.02 0.74
Hex BF BC BE 0 2 1 19 140 2 4A
Octal 277 274 276 0 2 1 31 500 2 112
Binary 10111111 10111100 10111110 0 10 1 11001 101000000 10 1001010

Color Harmonies of #BFBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCBE

Black with #BFBCBE

Text Example


Text Example

White with #BFBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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