#B89D9E

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

Shades of Careys Pink #B89D9E

Tints of Careys Pink #B89D9E

Color information

#B89D9E (or 0xB89D9E) is unknown color: approx Careys Pink. HEX triplet: B8, 9D and 9E. RGB value is (184,157,158). Sum of RGB (Red+Green+Blue) = 184+157+158=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D9E is #476261. Grayscale: #A5A5A5. Windows color (decimal): -4678242 or 10395064. OLE color: 10395064.

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

Color convert

RGB184157158-
CMYK00.150.140.28
HSL357.78º15.98%66.86%-
HSV(B)357.78º14.67%72.16%-
XYZ3836.7737.44-
YUV165.19123.95141.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=36.87%
G=31.46%
B=31.66%

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
Decimal18415715800.150.140.28357.7815.9866.86
HexB89D9E0FE1C1661043
Octal270235236017163454620103
Binary10111000100111011001111001111111011100101100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D9E; }

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

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

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

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

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

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

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

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