#BCAAAA

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

Shades of Pink Swan #BCAAAA

Tints of Pink Swan #BCAAAA

Color information

#BCAAAA (or 0xBCAAAA) is unknown color: approx Pink Swan. HEX triplet: BC, AA and AA. RGB value is (188,170,170). Sum of RGB (Red+Green+Blue) = 188+170+170=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAA is #435555. Grayscale: #AFAFAF. Windows color (decimal): -4412758 or 11184828. OLE color: 11184828.

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

Color convert

RGB188170170-
CMYK00.100.100.26
HSL11.84%70.2%-
HSV(B)9.57%73.73%-
XYZ42.3742.3443.97-
YUV175.38124.96137-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=35.61%
G=32.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817017000.100.100.26011.8470.2
HexBCAAAA0AA1A0c46
Octal2742522520121232014106
Binary10111100101010101010101001010101011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAAA; }

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

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

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

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

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

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

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

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