#B3B0AB

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

Shades of Cloudy #B3B0AB

Tints of Cloudy #B3B0AB

Color information

#B3B0AB (or 0xB3B0AB) is unknown color: approx Cloudy. HEX triplet: B3, B0 and AB. RGB value is (179,176,171). Sum of RGB (Red+Green+Blue) = 179+176+171=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0AB is #4C4F54. Grayscale: #B0B0B0. Windows color (decimal): -5001045 or 11251891. OLE color: 11251891.

HSL color Cylindrical-coordinate representation of color #B3B0AB: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B0AB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179176171-
CMYK00.020.040.30
HSL37.5º5%68.63%-
HSV(B)37.5º4.47%70.2%-
XYZ41.4743.5744.75-
YUV176.33124.99129.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=34.03%
G=33.46%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917617100.020.040.3037.5568.63
HexB3B0AB0241E26545
Octal26326025302436465105
Binary101100111011000010101011010100111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0AB; }

 p { color: rgb(179,176,171); }

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

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

 a { background-color: rgb(179,176,171); }

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

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

 span { border-color: rgb(179,176,171); }

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