#BCAAA9

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

Shades of Pink Swan #BCAAA9

Tints of Pink Swan #BCAAA9

Color information

#BCAAA9 (or 0xBCAAA9) is unknown color: approx Pink Swan. HEX triplet: BC, AA and A9. RGB value is (188,170,169). Sum of RGB (Red+Green+Blue) = 188+170+169=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAA9 is #435556. Grayscale: #AFAFAF. Windows color (decimal): -4412759 or 11119292. OLE color: 11119292.

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

Color convert

RGB188170169-
CMYK00.100.100.26
HSL3.16º12.42%70%-
HSV(B)3.16º10.11%73.73%-
XYZ42.2842.3143.47-
YUV175.27124.46137.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=35.67%
G=32.26%
B=32.07%

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
Decimal18817016900.100.100.263.1612.4270
HexBCAAA90AA1A3c46
Octal2742522510121232314106
Binary101111001010101010101001010101010110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAA9; }

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

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

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

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

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

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

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

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