#BB969A

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

Shades of Careys Pink #BB969A

Tints of Careys Pink #BB969A

Color information

#BB969A (or 0xBB969A) is unknown color: approx Careys Pink. HEX triplet: BB, 96 and 9A. RGB value is (187,150,154). Sum of RGB (Red+Green+Blue) = 187+150+154=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969A is #446965. Grayscale: #A1A1A1. Windows color (decimal): -4483430 or 10131131. OLE color: 10131131.

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

Color convert

RGB187150154-
CMYK00.200.180.27
HSL353.51º21.39%66.08%-
HSV(B)353.51º19.79%73.33%-
XYZ37.2334.7135.31-
YUV161.52123.76146.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=38.09%
G=30.55%
B=31.36%

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
Decimal18715015400.200.180.27353.5121.3966.08
HexBB969A014121B1621542
Octal273226232024223354225102
Binary1011101110010110100110100101001001011011101100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969A; }

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

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

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

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

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

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

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

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