#B89DA2

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

Shades of Careys Pink #B89DA2

Tints of Careys Pink #B89DA2

Color information

#B89DA2 (or 0xB89DA2) is unknown color: approx Careys Pink. HEX triplet: B8, 9D and A2. RGB value is (184,157,162). Sum of RGB (Red+Green+Blue) = 184+157+162=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DA2 is #47625D. Grayscale: #A5A5A5. Windows color (decimal): -4678238 or 10657208. OLE color: 10657208.

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

Color convert

RGB184157162-
CMYK00.150.120.28
HSL348.89º15.98%66.86%-
HSV(B)348.89º14.67%72.16%-
XYZ38.3536.9139.29-
YUV165.64125.95141.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=36.58%
G=31.21%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415716200.150.120.28348.8915.9866.86
HexB89DA20FC1C15d1043
Octal270235242017143453520103
Binary10111000100111011010001001111110011100101011101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DA2; }

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

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

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

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

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

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

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

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