#BBAFAF

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

Shades of Pink Swan #BBAFAF

Tints of Pink Swan #BBAFAF

Color information

#BBAFAF (or 0xBBAFAF) is unknown color: approx Pink Swan. HEX triplet: BB, AF and AF. RGB value is (187,175,175). Sum of RGB (Red+Green+Blue) = 187+175+175=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFAF is #445050. Grayscale: #B2B2B2. Windows color (decimal): -4477009 or 11513787. OLE color: 11513787.

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

Color convert

RGB187175175-
CMYK00.060.060.27
HSL8.11%70.98%-
HSV(B)6.42%73.33%-
XYZ43.5644.3246.82-
YUV178.59125.98134-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=34.82%
G=32.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517500.060.060.2708.1170.98
HexBBAFAF0661B0847
Octal27325725706633010107
Binary101110111010111110101111011011011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFAF; }

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

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

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

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

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

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

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

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