#B8999B

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

Shades of Careys Pink #B8999B

Tints of Careys Pink #B8999B

Color information

#B8999B (or 0xB8999B) is unknown color: approx Careys Pink. HEX triplet: B8, 99 and 9B. RGB value is (184,153,155). Sum of RGB (Red+Green+Blue) = 184+153+155=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8999B is #476664. Grayscale: #A2A2A2. Windows color (decimal): -4679269 or 10197432. OLE color: 10197432.

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

Color convert

RGB184153155-
CMYK00.170.160.28
HSL356.13º17.92%66.08%-
HSV(B)356.13º16.85%72.16%-
XYZ37.0735.3435.88-
YUV162.5123.77143.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=37.40%
G=31.10%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415315500.170.160.28356.1317.9266.08
HexB8999B011101C1641242
Octal270231233021203454422102
Binary1011100010011001100110110100011000011100101100100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8999B; }

 p { color: rgb(184,153,155); }

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

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

 a { background-color: rgb(184,153,155); }

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

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

 span { border-color: rgb(184,153,155); }

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