#B1989A

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

Shades of Careys Pink #B1989A

Tints of Careys Pink #B1989A

Color information

#B1989A (or 0xB1989A) is unknown color: approx Careys Pink. HEX triplet: B1, 98 and 9A. RGB value is (177,152,154). Sum of RGB (Red+Green+Blue) = 177+152+154=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989A is #4E6765. Grayscale: #9F9F9F. Windows color (decimal): -5138278 or 10131633. OLE color: 10131633.

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

Color convert

RGB177152154-
CMYK00.140.130.31
HSL355.2º13.81%64.51%-
HSV(B)355.2º14.12%69.41%-
XYZ35.1934.1435.31-
YUV159.7124.78140.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=36.65%
G=31.47%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715215400.140.130.31355.213.8164.51
HexB1989A0ED1F163e41
Octal261230232016153754316101
Binary1011000110011000100110100111011011111110110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1989A; }

 p { color: rgb(177,152,154); }

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

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

 a { background-color: rgb(177,152,154); }

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

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

 span { border-color: rgb(177,152,154); }

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