#B8AFAD

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

Shades of Pink Swan #B8AFAD

Tints of Pink Swan #B8AFAD

Color information

#B8AFAD (or 0xB8AFAD) is unknown color: approx Pink Swan. HEX triplet: B8, AF and AD. RGB value is (184,175,173). Sum of RGB (Red+Green+Blue) = 184+175+173=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFAD is #475052. Grayscale: #B1B1B1. Windows color (decimal): -4673619 or 11382712. OLE color: 11382712.

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

Color convert

RGB184175173-
CMYK00.050.060.28
HSL10.91º7.19%70%-
HSV(B)10.91º5.98%72.16%-
XYZ42.6443.8745.76-
YUV177.46125.48132.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=34.59%
G=32.89%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417517300.050.060.2810.917.1970
HexB8AFAD0561Cb746
Octal27025725505634137106
Binary10111000101011111010110101011101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFAD; }

 p { color: rgb(184,175,173); }

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

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

 a { background-color: rgb(184,175,173); }

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

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

 span { border-color: rgb(184,175,173); }

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