#BE9EA1

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

Shades of Careys Pink #BE9EA1

Tints of Careys Pink #BE9EA1

Color information

#BE9EA1 (or 0xBE9EA1) is unknown color: approx Careys Pink. HEX triplet: BE, 9E and A1. RGB value is (190,158,161). Sum of RGB (Red+Green+Blue) = 190+158+161=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9EA1 is #41615E. Grayscale: #A7A7A7. Windows color (decimal): -4284767 or 10591934. OLE color: 10591934.

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

Color convert

RGB190158161-
CMYK00.170.150.25
HSL354.38º19.75%68.24%-
HSV(B)354.38º16.84%74.51%-
XYZ39.937.9738.95-
YUV167.91124.1143.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=37.33%
G=31.04%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015816100.170.150.25354.3819.7568.24
HexBE9EA1011F191621444
Octal276236241021173154224104
Binary101111101001111010100001010001111111001101100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EA1; }

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

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

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

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

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

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

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

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