Html Css Color HEX #BFB0BD Maverick

📋 copy color: '#BFB0BD'

red 191 ◦ green 176 ◦ blue 189

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

Shades of Maverick #BFB0BD

Tints of Maverick #BFB0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

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

R = 34.35%
G = 31.65%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFB0BD (or 0xBFB0BD) is known color: Maverick. HEX triplet: BF, B0 and BD. RGB value is (191,176,189). Sum of RGB (Red+Green+Blue) = 191+176+189=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0BD is #404F42. Grayscale: #B5B5B5. Windows color (decimal): -4214595 or 12431551. OLE color: 12431551.

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

Color convert

RGB 191 176 189 -
CMYK 0 0.08 0.01 0.25
HSL 308º 0.1% 0.72% -
HSV(B) 308º 0.08% 0.75% -
XYZ 46.2 45.8 54.55 -
YUV 181.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 191 176 189 0 0.08 0.01 0.25 308 0.1 0.72
Hex BF B0 BD 0 8 1 19 134 A 48
Octal 277 260 275 0 10 1 31 464 12 110
Binary 10111111 10110000 10111101 0 1000 1 11001 100110100 1010 1001000

Color Harmonies of #BFB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0BD

Black with #BFB0BD

Text Example


Text Example

White with #BFB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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