#BCADAD

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

Shades of Pink Swan #BCADAD

Tints of Pink Swan #BCADAD

Color information

#BCADAD (or 0xBCADAD) is unknown color: approx Pink Swan. HEX triplet: BC, AD and AD. RGB value is (188,173,173). Sum of RGB (Red+Green+Blue) = 188+173+173=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAD is #435252. Grayscale: #B1B1B1. Windows color (decimal): -4411987 or 11382204. OLE color: 11382204.

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

Color convert

RGB188173173-
CMYK00.080.080.26
HSL10.07%70.78%-
HSV(B)7.98%73.73%-
XYZ43.2343.645.67-
YUV177.48125.47135.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=35.21%
G=32.40%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817317300.080.080.26010.0770.78
HexBCADAD0881A0a47
Octal2742552550101032012107
Binary10111100101011011010110101000100011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADAD; }

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

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

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

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

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

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

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

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