Html Css Color HEX #BFA7BB Maverick

📋 copy color: '#BFA7BB'

red 191 ◦ green 167 ◦ blue 187

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

Shades of Maverick #BFA7BB

Tints of Maverick #BFA7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.64%

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

R = 35.05%
G = 30.64%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFA7BB (or 0xBFA7BB) is known color: Maverick. HEX triplet: BF, A7 and BB. RGB value is (191,167,187). Sum of RGB (Red+Green+Blue) = 191+167+187=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7BB is #405844. Grayscale: #B0B0B0. Windows color (decimal): -4216901 or 12298175. OLE color: 12298175.

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

Color convert

RGB 191 167 187 -
CMYK 0 0.13 0.02 0.25
HSL 310º 0.16% 0.7% -
HSV(B) 310º 0.13% 0.75% -
XYZ 44.27 42.3 52.85 -
YUV 176.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 191 167 187 0 0.13 0.02 0.25 310 0.16 0.7
Hex BF A7 BB 0 D 2 19 136 10 46
Octal 277 247 273 0 15 2 31 466 20 106
Binary 10111111 10100111 10111011 0 1101 10 11001 100110110 10000 1000110

Color Harmonies of #BFA7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7BB

Black with #BFA7BB

Text Example


Text Example

White with #BFA7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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