Html Css Color HEX #BFA5BA Maverick

📋 copy color: '#BFA5BA'

red 191 ◦ green 165 ◦ blue 186

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

Shades of Maverick #BFA5BA

Tints of Maverick #BFA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 35.24%
G = 30.44%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFA5BA (or 0xBFA5BA) is known color: Maverick. HEX triplet: BF, A5 and BA. RGB value is (191,165,186). Sum of RGB (Red+Green+Blue) = 191+165+186=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BA is #405A45. Grayscale: #AFAFAF. Windows color (decimal): -4217414 or 12232127. OLE color: 12232127.

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

Color convert

RGB 191 165 186 -
CMYK 0 0.14 0.03 0.25
HSL 311.54º 0.17% 0.7% -
HSV(B) 311.54º 0.14% 0.75% -
XYZ 43.8 41.53 52.16 -
YUV 175.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 191 165 186 0 0.14 0.03 0.25 311.54 0.17 0.7
Hex BF A5 BA 0 E 3 19 138 11 46
Octal 277 245 272 0 16 3 31 470 21 106
Binary 10111111 10100101 10111010 0 1110 11 11001 100111000 10001 1000110

Color Harmonies of #BFA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5BA

Black with #BFA5BA

Text Example


Text Example

White with #BFA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5BA; }

 p { color: rgb(191,165,186); }

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

background-color css

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

 a { background-color: rgb(191,165,186); }

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

border-color css

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

 span { border-color: rgb(191,165,186); }

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