#B4AFAF

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

Shades of Pink Swan #B4AFAF

Tints of Pink Swan #B4AFAF

Color information

#B4AFAF (or 0xB4AFAF) is unknown color: approx Pink Swan. HEX triplet: B4, AF and AF. RGB value is (180,175,175). Sum of RGB (Red+Green+Blue) = 180+175+175=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAF is #4B5050. Grayscale: #B0B0B0. Windows color (decimal): -4935761 or 11513780. OLE color: 11513780.

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

Color convert

RGB180175175-
CMYK00.030.030.29
HSL3.23%69.61%-
HSV(B)2.78%70.59%-
XYZ41.8943.4646.74-
YUV176.49127.16130.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=33.96%
G=33.02%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017517500.030.030.2903.2369.61
HexB4AFAF0331D0346
Octal2642572570333503106
Binary10110100101011111010111101111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFAF; }

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

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

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

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

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

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

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

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