#BB9397

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

Shades of Careys Pink #BB9397

Tints of Careys Pink #BB9397

Color information

#BB9397 (or 0xBB9397) is unknown color: approx Careys Pink. HEX triplet: BB, 93 and 97. RGB value is (187,147,151). Sum of RGB (Red+Green+Blue) = 187+147+151=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9397 is #446C68. Grayscale: #9F9F9F. Windows color (decimal): -4484201 or 9933755. OLE color: 9933755.

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

Color convert

RGB187147151-
CMYK00.210.190.27
HSL354º22.73%65.49%-
HSV(B)354º21.39%73.33%-
XYZ36.5133.6733.85-
YUV159.42123.25147.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=38.56%
G=30.31%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714715100.210.190.2735422.7365.49
HexBB9397015131B1621741
Octal273223227025233354227101
Binary1011101110010011100101110101011001111011101100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9397; }

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

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

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

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

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

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

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

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