Html Css Color HEX #BBAAA9 Pink Swan

📋 copy color: '#BBAAA9'

red 187 ◦ green 170 ◦ blue 169

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

Shades of Pink Swan #BBAAA9

Tints of Pink Swan #BBAAA9

RGB

 RED value IS 187 (73.44% from 255) = 35.55%

 GREEN value IS 170 (66.8% from 255) = 32.32%

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

R = 35.55%
G = 32.32%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBAAA9 (or 0xBBAAA9) is known color: Pink Swan. HEX triplet: BB, AA and A9. RGB value is (187,170,169). Sum of RGB (Red+Green+Blue) = 187+170+169=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA9 is #445556. Grayscale: #AEAEAE. Windows color (decimal): -4478295 or 11119291. OLE color: 11119291.

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

Color convert

RGB 187 170 169 -
CMYK 0 0.09 0.10 0.27
HSL 3.33º 0.12% 0.7% -
HSV(B) 3.33º 0.1% 0.73% -
XYZ 42.03 42.18 43.46 -
YUV 174.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 187 170 169 0 0.09 0.10 0.27 3.33 0.12 0.7
Hex BB AA A9 0 9 A 1B 3 C 46
Octal 273 252 251 0 11 12 33 3 14 106
Binary 10111011 10101010 10101001 0 1001 1010 11011 11 1100 1000110

Color Harmonies of #BBAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAA9

Black with #BBAAA9

Text Example


Text Example

White with #BBAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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