#BBA8AA

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

Shades of Careys Pink #BBA8AA

Tints of Careys Pink #BBA8AA

Color information

#BBA8AA (or 0xBBA8AA) is unknown color: approx Careys Pink. HEX triplet: BB, A8 and AA. RGB value is (187,168,170). Sum of RGB (Red+Green+Blue) = 187+168+170=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AA is #445755. Grayscale: #ADADAD. Windows color (decimal): -4478806 or 11184315. OLE color: 11184315.

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

Color convert

RGB187168170-
CMYK00.100.090.27
HSL353.68º12.26%69.61%-
HSV(B)353.68º10.16%73.33%-
XYZ41.7541.4743.83-
YUV173.91125.79137.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=35.62%
G=32%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817000.100.090.27353.6812.2669.61
HexBBA8AA0A91B162c46
Octal273250252012113354214106
Binary1011101110101000101010100101010011101110110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8AA; }

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

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

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

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

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

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

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

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