#BB9293

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

Shades of Careys Pink #BB9293

Tints of Careys Pink #BB9293

Color information

#BB9293 (or 0xBB9293) is unknown color: approx Careys Pink. HEX triplet: BB, 92 and 93. RGB value is (187,146,147). Sum of RGB (Red+Green+Blue) = 187+146+147=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9293 is #446D6C. Grayscale: #9E9E9E. Windows color (decimal): -4484461 or 9671355. OLE color: 9671355.

HSL color Cylindrical-coordinate representation of color #BB9293: hue angle of 358.54º degrees, saturation: 0.23, 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 #BB9293 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187146147-
CMYK00.220.210.27
HSL358.54º23.16%65.29%-
HSV(B)358.54º21.93%73.33%-
XYZ36.0433.2332.12-
YUV158.37121.58148.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=38.96%
G=30.42%
B=30.62%

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
Decimal18714614700.220.210.27358.5423.1665.29
HexBB9293016151B1671741
Octal273222223026253354727101
Binary1011101110010010100100110101101010111011101100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9293; }

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

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

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

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

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

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

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

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