Html Css Color HEX #BFB5BB Maverick

📋 copy color: '#BFB5BB'

red 191 ◦ green 181 ◦ blue 187

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

Shades of Maverick #BFB5BB

Tints of Maverick #BFB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.38%

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

R = 34.17%
G = 32.38%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFB5BB (or 0xBFB5BB) is known color: Maverick. HEX triplet: BF, B5 and BB. RGB value is (191,181,187). Sum of RGB (Red+Green+Blue) = 191+181+187=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5BB is #404A44. Grayscale: #B8B8B8. Windows color (decimal): -4213317 or 12301759. OLE color: 12301759.

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

Color convert

RGB 191 181 187 -
CMYK 0 0.05 0.02 0.25
HSL 324º 0.07% 0.73% -
HSV(B) 324º 0.05% 0.75% -
XYZ 46.98 47.71 53.75 -
YUV 184.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 191 181 187 0 0.05 0.02 0.25 324 0.07 0.73
Hex BF B5 BB 0 5 2 19 144 7 49
Octal 277 265 273 0 5 2 31 504 7 111
Binary 10111111 10110101 10111011 0 101 10 11001 101000100 111 1001001

Color Harmonies of #BFB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5BB

Black with #BFB5BB

Text Example


Text Example

White with #BFB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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