#B4AFAA

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

Shades of Tide #B4AFAA

Tints of Tide #B4AFAA

Color information

#B4AFAA (or 0xB4AFAA) is unknown color: approx Tide. HEX triplet: B4, AF and AA. RGB value is (180,175,170). Sum of RGB (Red+Green+Blue) = 180+175+170=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAA is #4B5055. Grayscale: #AFAFAF. Windows color (decimal): -4935766 or 11186100. OLE color: 11186100.

HSL color Cylindrical-coordinate representation of color #B4AFAA: hue angle of 30º 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 #B4AFAA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180175170-
CMYK00.030.060.29
HSL30º6.25%68.63%-
HSV(B)30º5.56%70.59%-
XYZ41.4143.2744.2-
YUV175.92124.66130.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=34.29%
G=33.33%
B=32.38%

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
Decimal18017517000.030.060.29306.2568.63
HexB4AFAA0361D1e645
Octal26425725203635366105
Binary10110100101011111010101001111011101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFAA; }

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

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

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

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

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

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

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

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