#BBB4AB

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

Shades of Tide #BBB4AB

Tints of Tide #BBB4AB

Color information

#BBB4AB (or 0xBBB4AB) is unknown color: approx Tide. HEX triplet: BB, B4 and AB. RGB value is (187,180,171). Sum of RGB (Red+Green+Blue) = 187+180+171=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AB is #444B54. Grayscale: #B5B5B5. Windows color (decimal): -4475733 or 11252923. OLE color: 11252923.

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

Color convert

RGB187180171-
CMYK00.040.090.27
HSL33.75º10.53%70.2%-
HSV(B)33.75º8.56%73.33%-
XYZ44.1746.1545.11-
YUV181.07122.32132.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=34.76%
G=33.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718017100.040.090.2733.7510.5370.2
HexBBB4AB0491B22b46
Octal2732642530411334213106
Binary101110111011010010101011010010011101110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4AB; }

 p { color: rgb(187,180,171); }

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

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

 a { background-color: rgb(187,180,171); }

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

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

 span { border-color: rgb(187,180,171); }

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