#BBAEAC

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

Shades of Pink Swan #BBAEAC

Tints of Pink Swan #BBAEAC

Color information

#BBAEAC (or 0xBBAEAC) is unknown color: approx Pink Swan. HEX triplet: BB, AE and AC. RGB value is (187,174,172). Sum of RGB (Red+Green+Blue) = 187+174+172=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAC is #445153. Grayscale: #B1B1B1. Windows color (decimal): -4477268 or 11316923. OLE color: 11316923.

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

Color convert

RGB187174172-
CMYK00.070.080.27
HSL9.93%70.39%-
HSV(B)8.02%73.33%-
XYZ43.0843.8245.22-
YUV177.66124.81134.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=35.08%
G=32.65%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717417200.070.080.2789.9370.39
HexBBAEAC0781B8a46
Octal2732562540710331012106
Binary1011101110101110101011000111100011011100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEAC; }

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

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

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

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

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

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

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

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