#BB9596

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

Shades of Careys Pink #BB9596

Tints of Careys Pink #BB9596

Color information

#BB9596 (or 0xBB9596) is unknown color: approx Careys Pink. HEX triplet: BB, 95 and 96. RGB value is (187,149,150). Sum of RGB (Red+Green+Blue) = 187+149+150=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9596 is #446A69. Grayscale: #A0A0A0. Windows color (decimal): -4483690 or 9868731. OLE color: 9868731.

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

Color convert

RGB187149150-
CMYK00.200.200.27
HSL358.42º21.84%65.88%-
HSV(B)358.42º20.32%73.33%-
XYZ36.7534.2633.53-
YUV160.48122.09146.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=38.48%
G=30.66%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915000.200.200.27358.4221.8465.88
HexBB9596014141B1661642
Octal273225226024243354626102
Binary1011101110010101100101100101001010011011101100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9596; }

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

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

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

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

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

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

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

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