#B19EA2

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

Shades of Careys Pink #B19EA2

Tints of Careys Pink #B19EA2

Color information

#B19EA2 (or 0xB19EA2) is unknown color: approx Careys Pink. HEX triplet: B1, 9E and A2. RGB value is (177,158,162). Sum of RGB (Red+Green+Blue) = 177+158+162=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EA2 is #4E615D. Grayscale: #A4A4A4. Windows color (decimal): -5136734 or 10657457. OLE color: 10657457.

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

Color convert

RGB177158162-
CMYK00.110.080.31
HSL347.37º10.86%65.69%-
HSV(B)347.37º10.73%69.41%-
XYZ36.8836.4139.27-
YUV164.14126.79137.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=35.61%
G=31.79%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715816200.110.080.31347.3710.8665.69
HexB19EA20B81F15bb42
Octal261236242013103753313102
Binary1011000110011110101000100101110001111110101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EA2; }

 p { color: rgb(177,158,162); }

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

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

 a { background-color: rgb(177,158,162); }

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

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

 span { border-color: rgb(177,158,162); }

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