#B8999D

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

Shades of Careys Pink #B8999D

Tints of Careys Pink #B8999D

Color information

#B8999D (or 0xB8999D) is unknown color: approx Careys Pink. HEX triplet: B8, 99 and 9D. RGB value is (184,153,157). Sum of RGB (Red+Green+Blue) = 184+153+157=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8999D is #476662. Grayscale: #A2A2A2. Windows color (decimal): -4679267 or 10328504. OLE color: 10328504.

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

Color convert

RGB184153157-
CMYK00.170.150.28
HSL352.26º17.92%66.08%-
HSV(B)352.26º16.85%72.16%-
XYZ37.2435.4136.77-
YUV162.72124.77143.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=37.25%
G=30.97%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415315700.170.150.28352.2617.9266.08
HexB8999D011F1C1601242
Octal270231235021173454022102
Binary101110001001100110011101010001111111100101100000100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8999D; }

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

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

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

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

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

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

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

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