#BE9AA1

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

Shades of Careys Pink #BE9AA1

Tints of Careys Pink #BE9AA1

Color information

#BE9AA1 (or 0xBE9AA1) is unknown color: approx Careys Pink. HEX triplet: BE, 9A and A1. RGB value is (190,154,161). Sum of RGB (Red+Green+Blue) = 190+154+161=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9AA1 is #41655E. Grayscale: #A5A5A5. Windows color (decimal): -4285791 or 10590910. OLE color: 10590910.

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

Color convert

RGB190154161-
CMYK00.190.150.25
HSL348.33º21.69%67.45%-
HSV(B)348.33º18.95%74.51%-
XYZ39.2236.6338.72-
YUV165.56125.43145.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=37.62%
G=30.50%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015416100.190.150.25348.3321.6967.45
HexBE9AA1013F1915c1643
Octal276232241023173153426103
Binary101111101001101010100001010011111111001101011100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AA1; }

 p { color: rgb(190,154,161); }

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

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

 a { background-color: rgb(190,154,161); }

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

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

 span { border-color: rgb(190,154,161); }

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