Html Css Color HEX #BEADAB Pink Swan

📋 copy color: '#BEADAB'

red 190 ◦ green 173 ◦ blue 171

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

Shades of Pink Swan #BEADAB

Tints of Pink Swan #BEADAB

RGB

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

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

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

R = 35.58%
G = 32.4%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEADAB (or 0xBEADAB) is known color: Pink Swan. HEX triplet: BE, AD and AB. RGB value is (190,173,171). Sum of RGB (Red+Green+Blue) = 190+173+171=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAB is #415254. Grayscale: #B1B1B1. Windows color (decimal): -4280917 or 11251134. OLE color: 11251134.

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

Color convert

RGB 190 173 171 -
CMYK 0 0.09 0.10 0.25
HSL 6.32º 0.13% 0.71% -
HSV(B) 6.32º 0.1% 0.75% -
XYZ 43.53 43.77 44.68 -
YUV 177.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 190 173 171 0 0.09 0.10 0.25 6.32 0.13 0.71
Hex BE AD AB 0 9 A 19 6 D 47
Octal 276 255 253 0 11 12 31 6 15 107
Binary 10111110 10101101 10101011 0 1001 1010 11001 110 1101 1000111

Color Harmonies of #BEADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADAB

Black with #BEADAB

Text Example


Text Example

White with #BEADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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