#B19EA0

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

Shades of Careys Pink #B19EA0

Tints of Careys Pink #B19EA0

Color information

#B19EA0 (or 0xB19EA0) is unknown color: approx Careys Pink. HEX triplet: B1, 9E and A0. RGB value is (177,158,160). Sum of RGB (Red+Green+Blue) = 177+158+160=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EA0 is #4E615F. Grayscale: #A3A3A3. Windows color (decimal): -5136736 or 10526385. OLE color: 10526385.

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

Color convert

RGB177158160-
CMYK00.110.100.31
HSL353.68º10.86%65.69%-
HSV(B)353.68º10.73%69.41%-
XYZ36.736.3438.34-
YUV163.91125.79137.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=35.76%
G=31.92%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715816000.110.100.31353.6810.8665.69
HexB19EA00BA1F162b42
Octal261236240013123754213102
Binary1011000110011110101000000101110101111110110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EA0; }

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

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

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

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

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

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

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

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