#BB9396

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

Shades of Careys Pink #BB9396

Tints of Careys Pink #BB9396

Color information

#BB9396 (or 0xBB9396) is unknown color: approx Careys Pink. HEX triplet: BB, 93 and 96. RGB value is (187,147,150). Sum of RGB (Red+Green+Blue) = 187+147+150=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9396 is #446C69. Grayscale: #9F9F9F. Windows color (decimal): -4484202 or 9868219. OLE color: 9868219.

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

Color convert

RGB187147150-
CMYK00.210.200.27
HSL355.5º22.73%65.49%-
HSV(B)355.5º21.39%73.33%-
XYZ36.4333.6333.43-
YUV159.3122.75147.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=38.64%
G=30.37%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714715000.210.200.27355.522.7365.49
HexBB9396015141B1641741
Octal273223226025243354427101
Binary1011101110010011100101100101011010011011101100100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9396; }

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

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

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

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

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

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

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

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