#BB959A

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

Shades of Careys Pink #BB959A

Tints of Careys Pink #BB959A

Color information

#BB959A (or 0xBB959A) is unknown color: approx Careys Pink. HEX triplet: BB, 95 and 9A. RGB value is (187,149,154). Sum of RGB (Red+Green+Blue) = 187+149+154=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959A is #446A65. Grayscale: #A0A0A0. Windows color (decimal): -4483686 or 10130875. OLE color: 10130875.

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

Color convert

RGB187149154-
CMYK00.200.180.27
HSL352.11º21.84%65.88%-
HSV(B)352.11º20.32%73.33%-
XYZ37.0734.3935.26-
YUV160.93124.09146.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=38.16%
G=30.41%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915400.200.180.27352.1121.8465.88
HexBB959A014121B1601642
Octal273225232024223354026102
Binary1011101110010101100110100101001001011011101100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB959A; }

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

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

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

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

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

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

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

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