Html Css Color HEX #BFB4BD Maverick

📋 copy color: '#BFB4BD'

red 191 ◦ green 180 ◦ blue 189

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

Shades of Maverick #BFB4BD

Tints of Maverick #BFB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.14%

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 34.11%
G = 32.14%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFB4BD (or 0xBFB4BD) is known color: Maverick. HEX triplet: BF, B4 and BD. RGB value is (191,180,189). Sum of RGB (Red+Green+Blue) = 191+180+189=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4BD is #404B42. Grayscale: #B8B8B8. Windows color (decimal): -4213571 or 12432575. OLE color: 12432575.

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

Color convert

RGB 191 180 189 -
CMYK 0 0.06 0.01 0.25
HSL 310.91º 0.08% 0.73% -
HSV(B) 310.91º 0.06% 0.75% -
XYZ 46.99 47.39 54.82 -
YUV 184.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 191 180 189 0 0.06 0.01 0.25 310.91 0.08 0.73
Hex BF B4 BD 0 6 1 19 137 8 49
Octal 277 264 275 0 6 1 31 467 10 111
Binary 10111111 10110100 10111101 0 110 1 11001 100110111 1000 1001001

Color Harmonies of #BFB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4BD

Black with #BFB4BD

Text Example


Text Example

White with #BFB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4BD; }

 p { color: rgb(191,180,189); }

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

background-color css

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

 a { background-color: rgb(191,180,189); }

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

border-color css

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

 span { border-color: rgb(191,180,189); }

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