#BB9799

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

Shades of Careys Pink #BB9799

Tints of Careys Pink #BB9799

Color information

#BB9799 (or 0xBB9799) is unknown color: approx Careys Pink. HEX triplet: BB, 97 and 99. RGB value is (187,151,153). Sum of RGB (Red+Green+Blue) = 187+151+153=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9799 is #446866. Grayscale: #A2A2A2. Windows color (decimal): -4483175 or 10065851. OLE color: 10065851.

HSL color Cylindrical-coordinate representation of color #BB9799: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9799 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187151153-
CMYK00.190.180.27
HSL356.67º20.93%66.27%-
HSV(B)356.67º19.25%73.33%-
XYZ37.313534.93-
YUV161.99122.93145.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=38.09%
G=30.75%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115300.190.180.27356.6720.9366.27
HexBB9799013121B1651542
Octal273227231023223354525102
Binary1011101110010111100110010100111001011011101100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9799; }

 p { color: rgb(187,151,153); }

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

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

 a { background-color: rgb(187,151,153); }

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

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

 span { border-color: rgb(187,151,153); }

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