Html Css Color HEX #BBADAC Pink Swan

📋 copy color: '#BBADAC'

red 187 ◦ green 173 ◦ blue 172

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

Shades of Pink Swan #BBADAC

Tints of Pink Swan #BBADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 35.15%
G = 32.52%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBADAC (or 0xBBADAC) is known color: Pink Swan. HEX triplet: BB, AD and AC. RGB value is (187,173,172). Sum of RGB (Red+Green+Blue) = 187+173+172=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAC is #445253. Grayscale: #B1B1B1. Windows color (decimal): -4477524 or 11316667. OLE color: 11316667.

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

Color convert

RGB 187 173 172 -
CMYK 0 0.07 0.08 0.27
HSL 0.1% 0.7% -
HSV(B) 0.08% 0.73% -
XYZ 42.88 43.43 45.15 -
YUV 177.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 187 173 172 0 0.07 0.08 0.27 4 0.1 0.7
Hex BB AD AC 0 7 8 1B 4 A 46
Octal 273 255 254 0 7 10 33 4 12 106
Binary 10111011 10101101 10101100 0 111 1000 11011 100 1010 1000110

Color Harmonies of #BBADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADAC

Black with #BBADAC

Text Example


Text Example

White with #BBADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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