#BBA8AD

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

Shades of Careys Pink #BBA8AD

Tints of Careys Pink #BBA8AD

Color information

#BBA8AD (or 0xBBA8AD) is unknown color: approx Careys Pink. HEX triplet: BB, A8 and AD. RGB value is (187,168,173). Sum of RGB (Red+Green+Blue) = 187+168+173=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AD is #445752. Grayscale: #AEAEAE. Windows color (decimal): -4478803 or 11380923. OLE color: 11380923.

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

Color convert

RGB187168173-
CMYK00.100.070.27
HSL344.21º12.26%69.61%-
HSV(B)344.21º10.16%73.33%-
XYZ42.0441.5945.35-
YUV174.25127.29137.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=35.42%
G=31.82%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817300.100.070.27344.2112.2669.61
HexBBA8AD0A71B158c46
Octal27325025501273353014106
Binary101110111010100010101101010101111101110101100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8AD; }

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

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

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

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

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

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

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

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