#B29FA2

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

Shades of Careys Pink #B29FA2

Tints of Careys Pink #B29FA2

Color information

#B29FA2 (or 0xB29FA2) is unknown color: approx Careys Pink. HEX triplet: B2, 9F and A2. RGB value is (178,159,162). Sum of RGB (Red+Green+Blue) = 178+159+162=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FA2 is #4D605D. Grayscale: #A5A5A5. Windows color (decimal): -5070942 or 10657714. OLE color: 10657714.

HSL color Cylindrical-coordinate representation of color #B29FA2: hue angle of 350.53º 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 #B29FA2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB178159162-
CMYK00.110.090.30
HSL350.53º10.98%66.08%-
HSV(B)350.53º10.67%69.8%-
XYZ37.2836.8739.33-
YUV165.02126.29137.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=35.67%
G=31.86%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815916200.110.090.30350.5310.9866.08
HexB29FA20B91E15fb42
Octal262237242013113653713102
Binary1011001010011111101000100101110011111010101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FA2; }

 p { color: rgb(178,159,162); }

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

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

 a { background-color: rgb(178,159,162); }

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

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

 span { border-color: rgb(178,159,162); }

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