Html Css Color HEX #BCABA9 Pink Swan

📋 copy color: '#BCABA9'

red 188 ◦ green 171 ◦ blue 169

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

Shades of Pink Swan #BCABA9

Tints of Pink Swan #BCABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 169 (66.41% from 255) = 32.01%

R = 35.61%
G = 32.39%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCABA9 (or 0xBCABA9) is known color: Pink Swan. HEX triplet: BC, AB and A9. RGB value is (188,171,169). Sum of RGB (Red+Green+Blue) = 188+171+169=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA9 is #435456. Grayscale: #AFAFAF. Windows color (decimal): -4412503 or 11119548. OLE color: 11119548.

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

Color convert

RGB 188 171 169 -
CMYK 0 0.09 0.10 0.26
HSL 6.32º 0.12% 0.7% -
HSV(B) 6.32º 0.1% 0.74% -
XYZ 42.46 42.68 43.54 -
YUV 175.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 188 171 169 0 0.09 0.10 0.26 6.32 0.12 0.7
Hex BC AB A9 0 9 A 1A 6 C 46
Octal 274 253 251 0 11 12 32 6 14 106
Binary 10111100 10101011 10101001 0 1001 1010 11010 110 1100 1000110

Color Harmonies of #BCABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA9

Black with #BCABA9

Text Example


Text Example

White with #BCABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA9; }

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

 H1.HeaderClassName
 {
   color: #BCABA9;
 }
 .AnyTagClassName
 {
   color: #BCABA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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