#B19DA1

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

Shades of Careys Pink #B19DA1

Tints of Careys Pink #B19DA1

Color information

#B19DA1 (or 0xB19DA1) is unknown color: approx Careys Pink. HEX triplet: B1, 9D and A1. RGB value is (177,157,161). Sum of RGB (Red+Green+Blue) = 177+157+161=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DA1 is #4E625E. Grayscale: #A3A3A3. Windows color (decimal): -5136991 or 10591665. OLE color: 10591665.

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

Color convert

RGB177157161-
CMYK00.110.090.31
HSL348º11.36%65.49%-
HSV(B)348º11.3%69.41%-
XYZ36.6236.0338.74-
YUV163.44126.63137.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=35.76%
G=31.72%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715716100.110.090.3134811.3665.49
HexB19DA10B91F15cb41
Octal261235241013113753413101
Binary1011000110011101101000010101110011111110101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DA1; }

 p { color: rgb(177,157,161); }

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

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

 a { background-color: rgb(177,157,161); }

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

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

 span { border-color: rgb(177,157,161); }

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