#BBAFB7

Color #BBAFB7 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #BBAFB7

Tints of Maverick #BBAFB7

Color information

#BBAFB7 (or 0xBBAFB7) is unknown color: approx Maverick. HEX triplet: BB, AF and B7. RGB value is (187,175,183). Sum of RGB (Red+Green+Blue) = 187+175+183=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB7 is #445048. Grayscale: #B3B3B3. Windows color (decimal): -4477001 or 12038075. OLE color: 12038075.

HSL color Cylindrical-coordinate representation of color #BBAFB7: hue angle of 320º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBAFB7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187175183-
CMYK00.060.020.27
HSL320º8.11%70.98%-
HSV(B)320º6.42%73.33%-
XYZ44.3744.6451.08-
YUV179.5129.98133.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=34.31%
G=32.11%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717518300.060.020.273208.1170.98
HexBBAFB70621B140847
Octal2732572670623350010107
Binary1011101110101111101101110110101101110100000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB7; }

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

 H1.HeaderClassName
 {
   color: #BBAFB7;
 }
 .AnyTagClassName
 {
   color: #BBAFB7;
 }
</style>
background-color css

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

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

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

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

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

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