#BB9798

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

Shades of Careys Pink #BB9798

Tints of Careys Pink #BB9798

Color information

#BB9798 (or 0xBB9798) is unknown color: approx Careys Pink. HEX triplet: BB, 97 and 98. RGB value is (187,151,152). Sum of RGB (Red+Green+Blue) = 187+151+152=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9798 is #446867. Grayscale: #A1A1A1. Windows color (decimal): -4483176 or 10000315. OLE color: 10000315.

HSL color Cylindrical-coordinate representation of color #BB9798: hue angle of 358.33º 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 #BB9798 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187151152-
CMYK00.190.190.27
HSL358.33º20.93%66.27%-
HSV(B)358.33º19.25%73.33%-
XYZ37.2334.9734.49-
YUV161.88122.43145.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=38.16%
G=30.82%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115200.190.190.27358.3320.9366.27
HexBB9798013131B1661542
Octal273227230023233354625102
Binary1011101110010111100110000100111001111011101100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9798; }

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

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

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

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

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

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

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

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