#B89DA3

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

Shades of Careys Pink #B89DA3

Tints of Careys Pink #B89DA3

Color information

#B89DA3 (or 0xB89DA3) is unknown color: approx Careys Pink. HEX triplet: B8, 9D and A3. RGB value is (184,157,163). Sum of RGB (Red+Green+Blue) = 184+157+163=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DA3 is #47625C. Grayscale: #A5A5A5. Windows color (decimal): -4678237 or 10722744. OLE color: 10722744.

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

Color convert

RGB184157163-
CMYK00.150.110.28
HSL346.67º15.98%66.86%-
HSV(B)346.67º14.67%72.16%-
XYZ38.4336.9539.76-
YUV165.76126.45141.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 163 (64.06% from 255) = 32.34%
R=36.51%
G=31.15%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415716300.150.110.28346.6715.9866.86
HexB89DA30FB1C15b1043
Octal270235243017133453320103
Binary10111000100111011010001101111101111100101011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DA3; }

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

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

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

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

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

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

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

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