#BEAAAE

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

Shades of Careys Pink #BEAAAE

Tints of Careys Pink #BEAAAE

Color information

#BEAAAE (or 0xBEAAAE) is unknown color: approx Careys Pink. HEX triplet: BE, AA and AE. RGB value is (190,170,174). Sum of RGB (Red+Green+Blue) = 190+170+174=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAE is #415551. Grayscale: #B0B0B0. Windows color (decimal): -4281682 or 11446974. OLE color: 11446974.

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

Color convert

RGB190170174-
CMYK00.110.080.25
HSL348º13.33%70.59%-
HSV(B)348º10.53%74.51%-
XYZ43.2542.7546.02-
YUV176.44126.63137.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=35.58%
G=31.84%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017017400.110.080.2534813.3370.59
HexBEAAAE0B81915cd47
Octal276252256013103153415107
Binary1011111010101010101011100101110001100110101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAAE; }

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

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

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

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

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

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

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

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