#B9989D

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

Shades of Careys Pink #B9989D

Tints of Careys Pink #B9989D

Color information

#B9989D (or 0xB9989D) is unknown color: approx Careys Pink. HEX triplet: B9, 98 and 9D. RGB value is (185,152,157). Sum of RGB (Red+Green+Blue) = 185+152+157=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9989D is #466762. Grayscale: #A2A2A2. Windows color (decimal): -4613987 or 10328249. OLE color: 10328249.

HSL color Cylindrical-coordinate representation of color #B9989D: hue angle of 350.91º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9989D is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185152157-
CMYK00.180.150.27
HSL350.91º19.08%66.08%-
HSV(B)350.91º17.84%72.55%-
XYZ37.3235.2136.73-
YUV162.44124.93144.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=37.45%
G=30.77%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515215700.180.150.27350.9119.0866.08
HexB9989D012F1B15f1342
Octal271230235022173353723102
Binary101110011001100010011101010010111111011101011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9989D; }

 p { color: rgb(185,152,157); }

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

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

 a { background-color: rgb(185,152,157); }

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

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

 span { border-color: rgb(185,152,157); }

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