#BB9193

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

Shades of Careys Pink #BB9193

Tints of Careys Pink #BB9193

Color information

#BB9193 (or 0xBB9193) is unknown color: approx Careys Pink. HEX triplet: BB, 91 and 93. RGB value is (187,145,147). Sum of RGB (Red+Green+Blue) = 187+145+147=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9193 is #446E6C. Grayscale: #9D9D9D. Windows color (decimal): -4484717 or 9671099. OLE color: 9671099.

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

Color convert

RGB187145147-
CMYK00.220.210.27
HSL357.14º23.6%65.1%-
HSV(B)357.14º22.46%73.33%-
XYZ35.8932.9232.07-
YUV157.79121.91148.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=39.04%
G=30.27%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714514700.220.210.27357.1423.665.1
HexBB9193016151B1651841
Octal273221223026253354530101
Binary1011101110010001100100110101101010111011101100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9193; }

 p { color: rgb(187,145,147); }

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

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

 a { background-color: rgb(187,145,147); }

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

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

 span { border-color: rgb(187,145,147); }

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