#B89C9F

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

Shades of Careys Pink #B89C9F

Tints of Careys Pink #B89C9F

Color information

#B89C9F (or 0xB89C9F) is unknown color: approx Careys Pink. HEX triplet: B8, 9C and 9F. RGB value is (184,156,159). Sum of RGB (Red+Green+Blue) = 184+156+159=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C9F is #476360. Grayscale: #A4A4A4. Windows color (decimal): -4678497 or 10460344. OLE color: 10460344.

HSL color Cylindrical-coordinate representation of color #B89C9F: hue angle of 353.57º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89C9F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184156159-
CMYK00.150.140.28
HSL353.57º16.47%66.67%-
HSV(B)353.57º15.22%72.16%-
XYZ37.9136.4737.84-
YUV164.71124.78141.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=36.87%
G=31.26%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415615900.150.140.28353.5716.4766.67
HexB89C9F0FE1C1621043
Octal270234237017163454220103
Binary10111000100111001001111101111111011100101100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C9F; }

 p { color: rgb(184,156,159); }

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

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

 a { background-color: rgb(184,156,159); }

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

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

 span { border-color: rgb(184,156,159); }

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