Html Css Color HEX #BFAABB Maverick

📋 copy color: '#BFAABB'

red 191 ◦ green 170 ◦ blue 187

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

Shades of Maverick #BFAABB

Tints of Maverick #BFAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.02%

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

R = 34.85%
G = 31.02%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFAABB (or 0xBFAABB) is known color: Maverick. HEX triplet: BF, AA and BB. RGB value is (191,170,187). Sum of RGB (Red+Green+Blue) = 191+170+187=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAABB is #405544. Grayscale: #B2B2B2. Windows color (decimal): -4216133 or 12298943. OLE color: 12298943.

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

Color convert

RGB 191 170 187 -
CMYK 0 0.11 0.02 0.25
HSL 311.43º 0.14% 0.71% -
HSV(B) 311.43º 0.11% 0.75% -
XYZ 44.83 43.41 53.03 -
YUV 178.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 191 170 187 0 0.11 0.02 0.25 311.43 0.14 0.71
Hex BF AA BB 0 B 2 19 137 E 47
Octal 277 252 273 0 13 2 31 467 16 107
Binary 10111111 10101010 10111011 0 1011 10 11001 100110111 1110 1000111

Color Harmonies of #BFAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAABB

Black with #BFAABB

Text Example


Text Example

White with #BFAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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