#BB999A

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

Shades of Careys Pink #BB999A

Tints of Careys Pink #BB999A

Color information

#BB999A (or 0xBB999A) is unknown color: approx Careys Pink. HEX triplet: BB, 99 and 9A. RGB value is (187,153,154). Sum of RGB (Red+Green+Blue) = 187+153+154=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999A is #446665. Grayscale: #A3A3A3. Windows color (decimal): -4482662 or 10131899. OLE color: 10131899.

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

Color convert

RGB187153154-
CMYK00.180.180.27
HSL358.24º20%66.67%-
HSV(B)358.24º18.18%73.33%-
XYZ37.7235.6835.47-
YUV163.28122.76144.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=37.85%
G=30.97%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715315400.180.180.27358.242066.67
HexBB999A012121B1661443
Octal273231232022223354624103
Binary1011101110011001100110100100101001011011101100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB999A; }

 p { color: rgb(187,153,154); }

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

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

 a { background-color: rgb(187,153,154); }

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

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

 span { border-color: rgb(187,153,154); }

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