#BBAFB9

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

Shades of Maverick #BBAFB9

Tints of Maverick #BBAFB9

Color information

#BBAFB9 (or 0xBBAFB9) is unknown color: approx Maverick. HEX triplet: BB, AF and B9. RGB value is (187,175,185). Sum of RGB (Red+Green+Blue) = 187+175+185=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB9 is #445046. Grayscale: #B3B3B3. Windows color (decimal): -4476999 or 12169147. OLE color: 12169147.

HSL color Cylindrical-coordinate representation of color #BBAFB9: hue angle of 310º 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 #BBAFB9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187175185-
CMYK00.060.010.27
HSL310º8.11%70.98%-
HSV(B)310º6.42%73.33%-
XYZ44.5844.7352.18-
YUV179.73130.98133.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=34.19%
G=31.99%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717518500.060.010.273108.1170.98
HexBBAFB90611B136847
Octal2732572710613346610107
Binary101110111010111110111001011011101110011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB9; }

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

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

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

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

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

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

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

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