#B5AFAB

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

Shades of Tide #B5AFAB

Tints of Tide #B5AFAB

Color information

#B5AFAB (or 0xB5AFAB) is unknown color: approx Tide. HEX triplet: B5, AF and AB. RGB value is (181,175,171). Sum of RGB (Red+Green+Blue) = 181+175+171=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAB is #4A5054. Grayscale: #B0B0B0. Windows color (decimal): -4870229 or 11251637. OLE color: 11251637.

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

Color convert

RGB181175171-
CMYK00.030.060.29
HSL24º6.33%69.02%-
HSV(B)24º5.52%70.98%-
XYZ41.7443.4244.71-
YUV176.34124.99131.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=34.35%
G=33.21%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117517100.030.060.29246.3369.02
HexB5AFAB0361D18645
Octal26525725303635306105
Binary10110101101011111010101101111011101110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFAB; }

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

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

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

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

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

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

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

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