#BDAFAD

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

Shades of Pink Swan #BDAFAD

Tints of Pink Swan #BDAFAD

Color information

#BDAFAD (or 0xBDAFAD) is unknown color: approx Pink Swan. HEX triplet: BD, AF and AD. RGB value is (189,175,173). Sum of RGB (Red+Green+Blue) = 189+175+173=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAD is #425052. Grayscale: #B2B2B2. Windows color (decimal): -4345939 or 11382717. OLE color: 11382717.

HSL color Cylindrical-coordinate representation of color #BDAFAD: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDAFAD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189175173-
CMYK00.070.080.26
HSL7.5º10.81%70.98%-
HSV(B)7.5º8.47%74.12%-
XYZ43.8644.545.81-
YUV178.96124.64135.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=35.20%
G=32.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917517300.070.080.267.510.8170.98
HexBDAFAD0781A8b47
Octal2752572550710321013107
Binary1011110110101111101011010111100011010100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFAD; }

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

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

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

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

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

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

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

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