Html Css Color HEX #BBB0AD Pink Swan

📋 copy color: '#BBB0AD'

red 187 ◦ green 176 ◦ blue 173

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

Shades of Pink Swan #BBB0AD

Tints of Pink Swan #BBB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.84%

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 34.89%
G = 32.84%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB0AD (or 0xBBB0AD) is known color: Pink Swan. HEX triplet: BB, B0 and AD. RGB value is (187,176,173). Sum of RGB (Red+Green+Blue) = 187+176+173=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB0AD is #444F52. Grayscale: #B2B2B2. Windows color (decimal): -4476755 or 11382971. OLE color: 11382971.

HSL color Cylindrical-coordinate representation of color #BBB0AD: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB0AD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 173 -
CMYK 0 0.06 0.07 0.27
HSL 12.86º 0.09% 0.71% -
HSV(B) 12.86º 0.07% 0.73% -
XYZ 43.56 44.63 45.85 -
YUV 178.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 187 176 173 0 0.06 0.07 0.27 12.86 0.09 0.71
Hex BB B0 AD 0 6 7 1B D 9 47
Octal 273 260 255 0 6 7 33 15 11 107
Binary 10111011 10110000 10101101 0 110 111 11011 1101 1001 1000111

Color Harmonies of #BBB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0AD

Black with #BBB0AD

Text Example


Text Example

White with #BBB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0AD; }

 p { color: rgb(187,176,173); }

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

background-color css

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

 a { background-color: rgb(187,176,173); }

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

border-color css

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

 span { border-color: rgb(187,176,173); }

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