#BBADAD

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

Shades of Pink Swan #BBADAD

Tints of Pink Swan #BBADAD

Color information

#BBADAD (or 0xBBADAD) is unknown color: approx Pink Swan. HEX triplet: BB, AD and AD. RGB value is (187,173,173). Sum of RGB (Red+Green+Blue) = 187+173+173=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAD is #445252. Grayscale: #B1B1B1. Windows color (decimal): -4477523 or 11382203. OLE color: 11382203.

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

Color convert

RGB187173173-
CMYK00.070.070.27
HSL9.33%70.59%-
HSV(B)7.49%73.33%-
XYZ42.9843.4745.66-
YUV177.19125.64135-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=35.08%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717317300.070.070.2709.3370.59
HexBBADAD0771B0947
Octal27325525507733011107
Binary101110111010110110101101011111111011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADAD; }

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

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

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

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

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

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

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

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