#BB9FA1

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

Shades of Careys Pink #BB9FA1

Tints of Careys Pink #BB9FA1

Color information

#BB9FA1 (or 0xBB9FA1) is unknown color: approx Careys Pink. HEX triplet: BB, 9F and A1. RGB value is (187,159,161). Sum of RGB (Red+Green+Blue) = 187+159+161=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FA1 is #44605E. Grayscale: #A7A7A7. Windows color (decimal): -4481119 or 10592187. OLE color: 10592187.

HSL color Cylindrical-coordinate representation of color #BB9FA1: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FA1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187159161-
CMYK00.150.140.27
HSL355.71º17.07%67.84%-
HSV(B)355.71º14.97%73.33%-
XYZ39.3237.9338.97-
YUV167.6124.28141.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=36.88%
G=31.36%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715916100.150.140.27355.7117.0767.84
HexBB9FA10FE1B1641144
Octal273237241017163354421104
Binary10111011100111111010000101111111011011101100100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FA1; }

 p { color: rgb(187,159,161); }

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

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

 a { background-color: rgb(187,159,161); }

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

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

 span { border-color: rgb(187,159,161); }

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