#BEA7AD

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

Shades of Careys Pink #BEA7AD

Tints of Careys Pink #BEA7AD

Color information

#BEA7AD (or 0xBEA7AD) is unknown color: approx Careys Pink. HEX triplet: BE, A7 and AD. RGB value is (190,167,173). Sum of RGB (Red+Green+Blue) = 190+167+173=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7AD is #415852. Grayscale: #AEAEAE. Windows color (decimal): -4282451 or 11380670. OLE color: 11380670.

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

Color convert

RGB190167173-
CMYK00.120.090.25
HSL344.35º15.03%70%-
HSV(B)344.35º12.11%74.51%-
XYZ42.641.645.32-
YUV174.56127.12139.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=35.85%
G=31.51%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016717300.120.090.25344.3515.0370
HexBEA7AD0C919158f46
Octal276247255014113153017106
Binary1011111010100111101011010110010011100110101100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7AD; }

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

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

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

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

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

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

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

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