#BBB0AD

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

Shades of Pink Swan #BBB0AD

Tints of Pink Swan #BBB0AD

Color information

#BBB0AD (or 0xBBB0AD) is unknown color: approx Pink Swan. HEX triplet: BB, B0 and AD. RGB value is (187,176,173). Sum of RGB (Red+Green+Blue) = 187+176+173=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB0AD is #444F52. Grayscale: #B2B2B2. Windows color (decimal): -4476755 or 11382971. OLE color: 11382971.

HSL color Cylindrical-coordinate representation of color #BBB0AD: hue angle of 12.86º 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 #BBB0AD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187176173-
CMYK00.060.070.27
HSL12.86º9.33%70.59%-
HSV(B)12.86º7.49%73.33%-
XYZ43.5644.6345.85-
YUV178.95124.64133.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=34.89%
G=32.84%
B=32.28%

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
Decimal18717617300.060.070.2712.869.3370.59
HexBBB0AD0671Bd947
Octal273260255067331511107
Binary101110111011000010101101011011111011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0AD; }

 p { color: rgb(187,176,173); }

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

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

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

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

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

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

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