#B7999E

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

Shades of Careys Pink #B7999E

Tints of Careys Pink #B7999E

Color information

#B7999E (or 0xB7999E) is unknown color: approx Careys Pink. HEX triplet: B7, 99 and 9E. RGB value is (183,153,158). Sum of RGB (Red+Green+Blue) = 183+153+158=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999E is #486661. Grayscale: #A2A2A2. Windows color (decimal): -4744802 or 10394039. OLE color: 10394039.

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

Color convert

RGB183153158-
CMYK00.160.140.28
HSL350º17.24%65.88%-
HSV(B)350º16.39%71.76%-
XYZ37.0935.3237.21-
YUV162.54125.44142.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=37.04%
G=30.97%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315315800.160.140.2835017.2465.88
HexB7999E010E1C15e1142
Octal267231236020163453621102
Binary101101111001100110011110010000111011100101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7999E; }

 p { color: rgb(183,153,158); }

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

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

 a { background-color: rgb(183,153,158); }

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

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

 span { border-color: rgb(183,153,158); }

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