Html Css Color HEX #BFAFBB Maverick

📋 copy color: '#BFAFBB'

red 191 ◦ green 175 ◦ blue 187

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

Shades of Maverick #BFAFBB

Tints of Maverick #BFAFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

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

R = 34.54%
G = 31.65%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFAFBB (or 0xBFAFBB) is known color: Maverick. HEX triplet: BF, AF and BB. RGB value is (191,175,187). Sum of RGB (Red+Green+Blue) = 191+175+187=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBB is #405044. Grayscale: #B5B5B5. Windows color (decimal): -4214853 or 12300223. OLE color: 12300223.

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

Color convert

RGB 191 175 187 -
CMYK 0 0.08 0.02 0.25
HSL 315º 0.11% 0.72% -
HSV(B) 315º 0.08% 0.75% -
XYZ 45.79 45.32 53.35 -
YUV 181.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 191 175 187 0 0.08 0.02 0.25 315 0.11 0.72
Hex BF AF BB 0 8 2 19 13B B 48
Octal 277 257 273 0 10 2 31 473 13 110
Binary 10111111 10101111 10111011 0 1000 10 11001 100111011 1011 1001000

Color Harmonies of #BFAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFBB

Black with #BFAFBB

Text Example


Text Example

White with #BFAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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