#BEADAE

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

Shades of Careys Pink #BEADAE

Tints of Careys Pink #BEADAE

Color information

#BEADAE (or 0xBEADAE) is unknown color: approx Careys Pink. HEX triplet: BE, AD and AE. RGB value is (190,173,174). Sum of RGB (Red+Green+Blue) = 190+173+174=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAE is #415251. Grayscale: #B2B2B2. Windows color (decimal): -4280914 or 11447742. OLE color: 11447742.

HSL color Cylindrical-coordinate representation of color #BEADAE: hue angle of 356.47º 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 #BEADAE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190173174-
CMYK00.090.080.25
HSL356.47º11.56%71.18%-
HSV(B)356.47º8.95%74.51%-
XYZ43.8243.8946.21-
YUV178.2125.63136.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=35.38%
G=32.22%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017317400.090.080.25356.4711.5671.18
HexBEADAE09819164c47
Octal276255256011103154414107
Binary1011111010101101101011100100110001100110110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADAE; }

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

 H1.HeaderClassName
 {
   color: #BEADAE;
 }
 .AnyTagClassName
 {
   color: #BEADAE;
 }
</style>
background-color css

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

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

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

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

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

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