#BBACB0

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

Shades of Careys Pink #BBACB0

Tints of Careys Pink #BBACB0

Color information

#BBACB0 (or 0xBBACB0) is unknown color: approx Careys Pink. HEX triplet: BB, AC and B0. RGB value is (187,172,176). Sum of RGB (Red+Green+Blue) = 187+172+176=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACB0 is #44534F. Grayscale: #B0B0B0. Windows color (decimal): -4477776 or 11578555. OLE color: 11578555.

HSL color Cylindrical-coordinate representation of color #BBACB0: hue angle of 344º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBACB0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187172176-
CMYK00.080.060.27
HSL344º9.93%70.39%-
HSV(B)344º8.02%73.33%-
XYZ43.0843.247.14-
YUV176.94127.47135.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=34.95%
G=32.15%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217600.080.060.273449.9370.39
HexBBACB00861B158a46
Octal27325426001063353012106
Binary101110111010110010110000010001101101110101100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB0; }

 p { color: rgb(187,172,176); }

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

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

 a { background-color: rgb(187,172,176); }

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

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

 span { border-color: rgb(187,172,176); }

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