Html Css Color HEX #BBADAB Pink Swan

📋 copy color: '#BBADAB'

red 187 ◦ green 173 ◦ blue 171

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

Shades of Pink Swan #BBADAB

Tints of Pink Swan #BBADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.58%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 35.22%
G = 32.58%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBADAB (or 0xBBADAB) is known color: Pink Swan. HEX triplet: BB, AD and AB. RGB value is (187,173,171). Sum of RGB (Red+Green+Blue) = 187+173+171=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAB is #445254. Grayscale: #B0B0B0. Windows color (decimal): -4477525 or 11251131. OLE color: 11251131.

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

Color convert

RGB 187 173 171 -
CMYK 0 0.07 0.09 0.27
HSL 7.5º 0.11% 0.7% -
HSV(B) 7.5º 0.09% 0.73% -
XYZ 42.79 43.39 44.65 -
YUV 176.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 187 173 171 0 0.07 0.09 0.27 7.5 0.11 0.7
Hex BB AD AB 0 7 9 1B 8 B 46
Octal 273 255 253 0 7 11 33 10 13 106
Binary 10111011 10101101 10101011 0 111 1001 11011 1000 1011 1000110

Color Harmonies of #BBADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADAB

Black with #BBADAB

Text Example


Text Example

White with #BBADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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