#BB989A

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

Shades of Careys Pink #BB989A

Tints of Careys Pink #BB989A

Color information

#BB989A (or 0xBB989A) is unknown color: approx Careys Pink. HEX triplet: BB, 98 and 9A. RGB value is (187,152,154). Sum of RGB (Red+Green+Blue) = 187+152+154=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989A is #446765. Grayscale: #A2A2A2. Windows color (decimal): -4482918 or 10131643. OLE color: 10131643.

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

Color convert

RGB187152154-
CMYK00.190.180.27
HSL356.57º20.47%66.47%-
HSV(B)356.57º18.72%73.33%-
XYZ37.5535.3535.42-
YUV162.69123.1145.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=37.93%
G=30.83%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715215400.190.180.27356.5720.4766.47
HexBB989A013121B1651442
Octal273230232023223354524102
Binary1011101110011000100110100100111001011011101100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB989A; }

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

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

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

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

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

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

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

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