#BEA2AB

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

Shades of Careys Pink #BEA2AB

Tints of Careys Pink #BEA2AB

Color information

#BEA2AB (or 0xBEA2AB) is unknown color: approx Careys Pink. HEX triplet: BE, A2 and AB. RGB value is (190,162,171). Sum of RGB (Red+Green+Blue) = 190+162+171=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AB is #415D54. Grayscale: #ABABAB. Windows color (decimal): -4283733 or 11248318. OLE color: 11248318.

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

Color convert

RGB190162171-
CMYK00.150.100.25
HSL340.71º17.72%69.02%-
HSV(B)340.71º14.74%74.51%-
XYZ41.5139.7344.01-
YUV171.4127.78141.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=36.33%
G=30.98%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016217100.150.100.25340.7117.7269.02
HexBEA2AB0FA191551245
Octal276242253017123152522105
Binary10111110101000101010101101111101011001101010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2AB; }

 p { color: rgb(190,162,171); }

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

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

 a { background-color: rgb(190,162,171); }

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

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

 span { border-color: rgb(190,162,171); }

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