#B89C9E

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

Shades of Careys Pink #B89C9E

Tints of Careys Pink #B89C9E

Color information

#B89C9E (or 0xB89C9E) is unknown color: approx Careys Pink. HEX triplet: B8, 9C and 9E. RGB value is (184,156,158). Sum of RGB (Red+Green+Blue) = 184+156+158=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C9E is #476361. Grayscale: #A4A4A4. Windows color (decimal): -4678498 or 10394808. OLE color: 10394808.

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

Color convert

RGB184156158-
CMYK00.150.140.28
HSL355.71º16.47%66.67%-
HSV(B)355.71º15.22%72.16%-
XYZ37.8336.4437.39-
YUV164.6124.28141.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=36.95%
G=31.33%
B=31.73%

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
Decimal18415615800.150.140.28355.7116.4766.67
HexB89C9E0FE1C1641043
Octal270234236017163454420103
Binary10111000100111001001111001111111011100101100100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C9E; }

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

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

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

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

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

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

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

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