#BBAEB7

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

Shades of Maverick #BBAEB7

Tints of Maverick #BBAEB7

Color information

#BBAEB7 (or 0xBBAEB7) is unknown color: approx Maverick. HEX triplet: BB, AE and B7. RGB value is (187,174,183). Sum of RGB (Red+Green+Blue) = 187+174+183=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB7 is #445148. Grayscale: #B2B2B2. Windows color (decimal): -4477257 or 12037819. OLE color: 12037819.

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

Color convert

RGB187174183-
CMYK00.070.020.27
HSL318.46º8.72%70.78%-
HSV(B)318.46º6.95%73.33%-
XYZ44.1844.2651.01-
YUV178.91130.31133.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=34.38%
G=31.99%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717418300.070.020.27318.468.7270.78
HexBBAEB70721B13e947
Octal2732562670723347611107
Binary1011101110101110101101110111101101110011111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEB7; }

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

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

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

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

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

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

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

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