#BB969B

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

Shades of Careys Pink #BB969B

Tints of Careys Pink #BB969B

Color information

#BB969B (or 0xBB969B) is unknown color: approx Careys Pink. HEX triplet: BB, 96 and 9B. RGB value is (187,150,155). Sum of RGB (Red+Green+Blue) = 187+150+155=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969B is #446964. Grayscale: #A1A1A1. Windows color (decimal): -4483429 or 10196667. OLE color: 10196667.

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

Color convert

RGB187150155-
CMYK00.200.170.27
HSL351.89º21.39%66.08%-
HSV(B)351.89º19.79%73.33%-
XYZ37.3234.7435.75-
YUV161.63124.26146.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=38.01%
G=30.49%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015500.200.170.27351.8921.3966.08
HexBB969B014111B1601542
Octal273226233024213354025102
Binary1011101110010110100110110101001000111011101100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969B; }

 p { color: rgb(187,150,155); }

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

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

 a { background-color: rgb(187,150,155); }

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

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

 span { border-color: rgb(187,150,155); }

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