#B29EA1

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

Shades of Careys Pink #B29EA1

Tints of Careys Pink #B29EA1

Color information

#B29EA1 (or 0xB29EA1) is unknown color: approx Careys Pink. HEX triplet: B2, 9E and A1. RGB value is (178,158,161). Sum of RGB (Red+Green+Blue) = 178+158+161=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EA1 is #4D615E. Grayscale: #A4A4A4. Windows color (decimal): -5071199 or 10591922. OLE color: 10591922.

HSL color Cylindrical-coordinate representation of color #B29EA1: hue angle of 351º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29EA1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178158161-
CMYK00.110.100.30
HSL351º11.49%65.88%-
HSV(B)351º11.24%69.8%-
XYZ37.0236.4938.81-
YUV164.32126.13137.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=35.81%
G=31.79%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815816100.110.100.3035111.4965.88
HexB29EA10BA1E15fb42
Octal262236241013123653713102
Binary1011001010011110101000010101110101111010101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EA1; }

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

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

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

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

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

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

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

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