#BB9496

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

Shades of Careys Pink #BB9496

Tints of Careys Pink #BB9496

Color information

#BB9496 (or 0xBB9496) is unknown color: approx Careys Pink. HEX triplet: BB, 94 and 96. RGB value is (187,148,150). Sum of RGB (Red+Green+Blue) = 187+148+150=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9496 is #446B69. Grayscale: #9F9F9F. Windows color (decimal): -4483946 or 9868475. OLE color: 9868475.

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

Color convert

RGB187148150-
CMYK00.210.200.27
HSL356.92º22.29%65.69%-
HSV(B)356.92º20.86%73.33%-
XYZ36.5933.9533.48-
YUV159.89122.42147.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=38.56%
G=30.52%
B=30.93%

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
Decimal18714815000.210.200.27356.9222.2965.69
HexBB9496015141B1651642
Octal273224226025243354526102
Binary1011101110010100100101100101011010011011101100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9496; }

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

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

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

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

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

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

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

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