#B5989C

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

Shades of Careys Pink #B5989C

Tints of Careys Pink #B5989C

Color information

#B5989C (or 0xB5989C) is unknown color: approx Careys Pink. HEX triplet: B5, 98 and 9C. RGB value is (181,152,156). Sum of RGB (Red+Green+Blue) = 181+152+156=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5989C is #4A6763. Grayscale: #A1A1A1. Windows color (decimal): -4876132 or 10262709. OLE color: 10262709.

HSL color Cylindrical-coordinate representation of color #B5989C: hue angle of 351.72º 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 #B5989C is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181152156-
CMYK00.160.140.29
HSL351.72º16.38%65.29%-
HSV(B)351.72º16.02%70.98%-
XYZ36.2934.6836.23-
YUV161.13125.11142.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=37.01%
G=31.08%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115215600.160.140.29351.7216.3865.29
HexB5989C010E1D1601041
Octal265230234020163554020101
Binary101101011001100010011100010000111011101101100000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5989C; }

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

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

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

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

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

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

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

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