#BBA8AC

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

Shades of Careys Pink #BBA8AC

Tints of Careys Pink #BBA8AC

Color information

#BBA8AC (or 0xBBA8AC) is unknown color: approx Careys Pink. HEX triplet: BB, A8 and AC. RGB value is (187,168,172). Sum of RGB (Red+Green+Blue) = 187+168+172=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AC is #445753. Grayscale: #AEAEAE. Windows color (decimal): -4478804 or 11315387. OLE color: 11315387.

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

Color convert

RGB187168172-
CMYK00.100.080.27
HSL347.37º12.26%69.61%-
HSV(B)347.37º10.16%73.33%-
XYZ41.9441.5544.84-
YUV174.14126.79137.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=35.48%
G=31.88%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817200.100.080.27347.3712.2669.61
HexBBA8AC0A81B15bc46
Octal273250254012103353314106
Binary1011101110101000101011000101010001101110101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8AC; }

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

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

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

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

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

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

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

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