#BEADAB

Color #BEADAB Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #BEADAB

Tints of Pink Swan #BEADAB

Color information

#BEADAB (or 0xBEADAB) is unknown color: approx 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

RGB190173171-
CMYK00.090.100.25
HSL6.32º12.75%70.78%-
HSV(B)6.32º10%74.51%-
XYZ43.5343.7744.68-
YUV177.86124.13136.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=35.58%
G=32.40%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017317100.090.100.256.3212.7570.78
HexBEADAB09A196d47
Octal2762552530111231615107
Binary1011111010101101101010110100110101100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>