Html Css Color HEX #BCAAA9 Pink Swan

📋 copy color: '#BCAAA9'

red 188 ◦ green 170 ◦ blue 169

#BCAAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Swan #BCAAA9

Tints of Pink Swan #BCAAA9

RGB

 RED value IS 188 (73.83% from 255) = 35.67%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCAAA9 (or 0xBCAAA9) is known color: 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

RGB 188 170 169 -
CMYK 0 0.10 0.10 0.26
HSL 3.16º 0.12% 0.7% -
HSV(B) 3.16º 0.1% 0.74% -
XYZ 42.28 42.31 43.47 -
YUV 175.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 188 170 169 0 0.10 0.10 0.26 3.16 0.12 0.7
Hex BC AA A9 0 A A 1A 3 C 46
Octal 274 252 251 0 12 12 32 3 14 106
Binary 10111100 10101010 10101001 0 1010 1010 11010 11 1100 1000110

Color Harmonies of #BCAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAA9

Black with #BCAAA9

Text Example


Text Example

White with #BCAAA9

Text Example


Text Example

HTML Codes & Css Web 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>