#B4989C

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

Shades of Careys Pink #B4989C

Tints of Careys Pink #B4989C

Color information

#B4989C (or 0xB4989C) is unknown color: approx Careys Pink. HEX triplet: B4, 98 and 9C. RGB value is (180,152,156). Sum of RGB (Red+Green+Blue) = 180+152+156=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989C is #4B6763. Grayscale: #A0A0A0. Windows color (decimal): -4941668 or 10262708. OLE color: 10262708.

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

Color convert

RGB180152156-
CMYK00.160.130.29
HSL351.43º15.73%65.1%-
HSV(B)351.43º15.56%70.59%-
XYZ36.0534.5636.22-
YUV160.83125.28141.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=36.89%
G=31.15%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015215600.160.130.29351.4315.7365.1
HexB4989C010D1D15f1041
Octal264230234020153553720101
Binary101101001001100010011100010000110111101101011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4989C; }

 p { color: rgb(180,152,156); }

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

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

 a { background-color: rgb(180,152,156); }

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

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

 span { border-color: rgb(180,152,156); }

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