#BBAFAE

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

Shades of Pink Swan #BBAFAE

Tints of Pink Swan #BBAFAE

Color information

#BBAFAE (or 0xBBAFAE) is unknown color: approx Pink Swan. HEX triplet: BB, AF and AE. RGB value is (187,175,174). Sum of RGB (Red+Green+Blue) = 187+175+174=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFAE is #445051. Grayscale: #B2B2B2. Windows color (decimal): -4477010 or 11448251. OLE color: 11448251.

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

Color convert

RGB187175174-
CMYK00.060.070.27
HSL4.62º8.72%70.78%-
HSV(B)4.62º6.95%73.33%-
XYZ43.4644.2846.3-
YUV178.47125.48134.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=34.89%
G=32.65%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517400.060.070.274.628.7270.78
HexBBAFAE0671B5947
Octal27325725606733511107
Binary10111011101011111010111001101111101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFAE; }

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

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

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

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

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

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

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

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