Html Css Color HEX #BEADAD Pink Swan

📋 copy color: '#BEADAD'

red 190 ◦ green 173 ◦ blue 173

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

Shades of Pink Swan #BEADAD

Tints of Pink Swan #BEADAD

RGB

 RED value IS 190 (74.61% from 255) = 35.45%

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

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

R = 35.45%
G = 32.28%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEADAD (or 0xBEADAD) is known color: Pink Swan. HEX triplet: BE, AD and AD. RGB value is (190,173,173). Sum of RGB (Red+Green+Blue) = 190+173+173=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAD is #415252. Grayscale: #B2B2B2. Windows color (decimal): -4280915 or 11382206. OLE color: 11382206.

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

Color convert

RGB 190 173 173 -
CMYK 0 0.09 0.09 0.25
HSL 0.12% 0.71% -
HSV(B) 0.09% 0.75% -
XYZ 43.72 43.85 45.69 -
YUV 178.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 190 173 173 0 0.09 0.09 0.25 0 0.12 0.71
Hex BE AD AD 0 9 9 19 0 C 47
Octal 276 255 255 0 11 11 31 0 14 107
Binary 10111110 10101101 10101101 0 1001 1001 11001 0 1100 1000111

Color Harmonies of #BEADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADAD

Black with #BEADAD

Text Example


Text Example

White with #BEADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADAD; }

 p { color: rgb(190,173,173); }

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

background-color css

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

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

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

border-color css

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

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

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