Html Css Color HEX #B4ADAC Pink Swan

📋 copy color: '#B4ADAC'

red 180 ◦ green 173 ◦ blue 172

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

Shades of Pink Swan #B4ADAC

Tints of Pink Swan #B4ADAC

RGB

 RED value IS 180 (70.7% from 255) = 34.29%

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

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

R = 34.29%
G = 32.95%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B4ADAC (or 0xB4ADAC) is known color: Pink Swan. HEX triplet: B4, AD and AC. RGB value is (180,173,172). Sum of RGB (Red+Green+Blue) = 180+173+172=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADAC is #4B5253. Grayscale: #AEAEAE. Windows color (decimal): -4936276 or 11316660. OLE color: 11316660.

HSL color Cylindrical-coordinate representation of color #B4ADAC: hue angle of 7.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4ADAC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 172 -
CMYK 0 0.04 0.04 0.29
HSL 7.5º 0.05% 0.69% -
HSV(B) 7.5º 0.04% 0.71% -
XYZ 41.21 42.57 45.07 -
YUV 174.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 180 173 172 0 0.04 0.04 0.29 7.5 0.05 0.69
Hex B4 AD AC 0 4 4 1D 8 5 45
Octal 264 255 254 0 4 4 35 10 5 105
Binary 10110100 10101101 10101100 0 100 100 11101 1000 101 1000101

Color Harmonies of #B4ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADAC

Black with #B4ADAC

Text Example


Text Example

White with #B4ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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