#B7AFAA

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

Shades of Tide #B7AFAA

Tints of Tide #B7AFAA

Color information

#B7AFAA (or 0xB7AFAA) is unknown color: approx Tide. HEX triplet: B7, AF and AA. RGB value is (183,175,170). Sum of RGB (Red+Green+Blue) = 183+175+170=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFAA is #485055. Grayscale: #B0B0B0. Windows color (decimal): -4739158 or 11186103. OLE color: 11186103.

HSL color Cylindrical-coordinate representation of color #B7AFAA: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AFAA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183175170-
CMYK00.040.070.28
HSL23.08º8.28%69.22%-
HSV(B)23.08º7.1%71.76%-
XYZ42.1143.6344.23-
YUV176.82124.15132.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=34.66%
G=33.14%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317517000.040.070.2823.088.2869.22
HexB7AFAA0471C17845
Octal267257252047342710105
Binary1011011110101111101010100100111111001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFAA; }

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

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

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

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

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

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

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

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