#B4AFAB

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

Shades of Tide #B4AFAB

Tints of Tide #B4AFAB

Color information

#B4AFAB (or 0xB4AFAB) is unknown color: approx Tide. HEX triplet: B4, AF and AB. RGB value is (180,175,171). Sum of RGB (Red+Green+Blue) = 180+175+171=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAB is #4B5054. Grayscale: #B0B0B0. Windows color (decimal): -4935765 or 11251636. OLE color: 11251636.

HSL color Cylindrical-coordinate representation of color #B4AFAB: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4AFAB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180175171-
CMYK00.030.050.29
HSL26.67º5.66%68.82%-
HSV(B)26.67º5%70.59%-
XYZ41.543.344.7-
YUV176.04125.16130.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=34.22%
G=33.27%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017517100.030.050.2926.675.6668.82
HexB4AFAB0351D1b645
Octal26425725303535336105
Binary10110100101011111010101101110111101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFAB; }

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

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

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

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

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

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

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

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